I\'m using svn:externals to include code from another project - for which I do not want to commit changes to.
I trying to checkout about 400MB of images from svn using svn+ssh. It is running extremely slow. (approx 3Kbytes/s)
Tortoise SVN doesn\'t show those green , red , yellow icons when the files changed that are under source control, I can see them in windows XP but not on Windows 2008.开发者_如何学运维 But when I righ
I\'m in the process of moving from an old laptop to a new one. Am I able to just move my client copy of the svn repository from the old laptop to the new?Note that it has files in it that I\'m not ab
Just now I tried to merge my branch to the trunk with the following handlings: Update the working copy of the trunk
Source control is great. One of the nice features is that I know that I c开发者_如何学运维an go back to previous revisions in case something messes up.
I have setup an SVN server on my hosting account. Users can check in and out, but they have access to my entire repository.
In subversion/TortoiseSVN, I am wondering how to un-version a directory.We have a large number of projects, each with a BIN and OBJ folder which are under source control.I want to delete these two fol
I have a custom tool that uses svn.exe for committing files, and my project has several files t开发者_开发技巧o ignore on every commit (configuration files). This scenario is working well with Tortois
I want to be able to search within the commit logs of svn. I know you can do that on tortoise,开发者_如何学Go but couldn\'t find a way using the command line.