Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Copy and Paste is making new tortoise svn projects

When I copy an svn directory for tortise the svn icons are still showing up. How can I copy the directory without the svn information being copied as well?

like image 575
zachary Avatar asked Nov 03 '09 20:11

zachary


People also ask

How do I delete a working copy in svn?

If you have a working copy which you no longer need, how do you get rid of it cleanly? Easy - just delete it in Windows Explorer! Working copies are private local entities, and they are self-contained. Deleting a working copy in Windows Explorer does not affect the data in the repository at all.

How do I get rid of TortoiseSVN?

How do I uninstall TortoiseSVN? Simply uninstall from Add/Remove Programs in the Windows control panel. This does not affect your repositories or working copies at all.

How do I create a working copy in TortoiseSVN?

Use these steps: Checkout the parent folder with depth “Only this item” You now have an empty top level folder. Select the new folder and use TortoiseSVN → Repo browser to display the repository content. Right click on Project03 and Context menu → Update item to revision....

Does svn copy preserve history?

Whilst you can copy or move files and folders within a repository, you cannot copy or move from one repository to another while preserving history using TortoiseSVN. Not even if the repositories live on the same server.


1 Answers

Actually, there's an "Export" option. If you right-click-drag-and-drop a folder with Tortoise installed you'll see the export option.

like image 159
Jim Garrison Avatar answered Oct 02 '22 00:10

Jim Garrison