Is there any way to commit only a list of specific files (e.q. just one of the list of files that SVN wants to commit). I’m working on MAC...
If I try to update my subversion repo, it says I must run cleanup. If I run cleanup, it says a file is missing. (I deleted a MASSIVE directory...
This question already has answers here: Closed 10 years ago. Possible Duplicate: What do “branch”, “tag” and “trunk” really mean? What is a trunk, branch and tag in Subversion...
I would like to move a file or folder from one place to another within the same repository without having to use Repo Browser to do it, and without...
I have a lot of changes in a working folder, and something screwed up trying to do an update. Now when I issue an ‘svn cleanup’ I get: >svn...
I have a folder, c:\websites\test, and it contains folders and files that were checked out from a repository that no longer exists. How do I get Subversion to stop...
I use TortoiseSVN and want to use command line SVN options. I used the command: svn checkout [-N] [--ignore-externals] [-r rev] URL PATH and get the following error: ‘svn’...
I am creating my first project in Subversion. So far I have branches tags trunk I think I immediately need to make branches singular and start over. Update branches...
How do I get this directory out of conflict? I don’t care if it’s resolved using “theirs” or “mine” or whatever… PS C:\Users\Mark\Desktop\myproject> svn ci -m "gr" svn: Commit...
I want to know if my server is running Subversion 1.5. How can I find that out? Also would be nice to know my SVN client version number. svn...