简体   繁体   中英

How to configue working copy in SVN?

I have to check out an existing SVN repository of 40 GB

The SVN is exposed over HTTP and transfer rate is very slow(20 KB / Sec).

So I got the working copy through an external hard disk. Now, How do I tell the copied version to synchronize with the SVN repository?

I'm using Tortoise SVN.

Let me know for further information.

If you copied the whole sandbox (all files including all.svn directories) you just have to rightclick and update. If this doesn't work, use the tortoisesvn-relocate command on the base directory and specify the url of the repository. Then try again updating.

As long as the working copy has been create from the same repository, a simple svn update will do. Tortoise should also recognize the directory as a working copy.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM