Top "Svn" questions

Use this tag for questions about SVN (Subversion), a centralized open-source revision control system distributed under the Apache License.

How do I export (and then import) a Subversion repository?

I'm just about wrapped up on a project where I was using a commercial SVN provider to store the source …

svn
SVN: Folder already under version control but not comitting?

mark@mark-ubuntu:~/myproject$ svn stat ? runserver.sh ? media/images/icons ? apps/autocomplete mark@mark-ubuntu:~/myproject$ svn add apps/autocomplete svn: …

svn
SVN- How to commit multiple files in a single shot

I tried to commit multiple files across different directories in a single shot as below, svn commit –m”log msg” …

svn file commit
How to configure a HTTP proxy for svn

I want to check code from the repository http://code.sixapart.com/svn/perlbal/ . I can only access the the …

svn proxy
SVN repository backup strategies

I'm new to SVN and I'd like to know what methods are available for backing up repositories in a Windows …

windows svn backup
How do I output the difference between two specific revisions in Subversion?

I'm using Subversion via the Linux command line interface. I want to see the difference between revision 11390 and 8979 of a …

svn diff
Server certificate verification failed: issuer is not trusted

I am getting below error when running a target of ANT script. Error message saying that "server certificate verification is …

svn ant
How to git-svn clone the last n revisions from a Subversion repository?

Problem How do you create a shallow copy with git-svn from a Subversion repository, e.g. how do you pull …

git svn git-svn git-clone svn-checkout
Where is svn.exe in my machine?

I have Tortoise svn installed on my desktop. I want to perform some tasks using commandline svn.exe? But I …

svn command-line tortoisesvn
Working Copy Locked

I'm developing a web using subversion as version control, but got "working directory locked" error message Here's the story: I …

svn tortoisesvn visualsvn visualsvn-server