Tagged Questions

3
votes
3answers
2k views

SVN server for the Mac that's easy to set up?

i have tried VisualSVN server for the PC, and it seems pretty easy to install and use. The only catch is that my PC with Vista does crash, or can become not so responsive sometimes, so I am thinking ...
3
votes
4answers
2k views

Which Windows SVN server should I use?

On the SVN Windows binaries download page, there are a few to choose from: http://subversion.tigris.org/getting.html#windows Are there pros and cons to the different versions provided by the ...
2
votes
1answer
53 views

svn hook to generate file from committed files

I have an SVN repository that has trunk/file1.txt trunk/file2.txt trunk/fileR.txt On the server, I have a working copy checkout of trunk ( /var/www/trunk ) owned by user www-data . fileR.txt is ...
2
votes
8answers
120 views

Basic question: Is a subversion server necessary in this scenario?

Right now: I have a few personal software projects I develop (just me, and on just one PC) extensively use TortoiseSVN for version-control run CollabNet Subversion Server on the same PC Is there ...
1
vote
1answer
81 views

SVN server implementation in Java

Which of libraries provide SVN server functionality(do only "svn commit")? Thanks.
1
vote
2answers
49 views

what will happend to my files if I uninstalled SVN?

I want to know what will happened if I add some docs / files in SVN repository and then uninstall SVN ? Will my data in repository lost ? What about working copy of data ? will it lost as well or it ...
1
vote
9answers
254 views

How do you arrange several projects in a single SVN server?

When having several related projects (identifiable, stand alone applications, that share libraries), how do you prepare your SVN server directory structure? By branch > project? By project > branch? ...
0
votes
1answer
27 views

Where are my local files when using a local SVN server: TortoiseSVN client?

I'm starting with SVN and I don't fully understanding yet. I installed Subversion and then I created a local repository with TortoiseSVN. I've then imported a few projects to the SVN repository but ...
0
votes
1answer
81 views

Svn manage user, repositories, spaces using PHP

my whole experience with SVN is using tortoise SVN client, and have never setup the server. My boss wants me to setup a SVN server. Installing SVN server is no big deal, but the real problem is that ...
0
votes
1answer
637 views

Subversion server wrapper + Windows GUI like VisualSVN, which product am I talking about?

I came across a competitor product to VisualSVN a few days back. It provides an installer and graphical wrapper around a standard svn server, plus (that's why I'm looking for it) repository backup and ...