Tagged Questions
The svn-server tag has no wiki summary.
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
45 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
118 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
38 views
SVN server implementation in Java
Which of libraries provide SVN server functionality(do only "svn commit")?
Thanks.
1
vote
2answers
43 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
249 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
80 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
610 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 ...
0
votes
2answers
35 views
Web infastructure for learning purposes?
I come from a traditional programming background by which I mean C, Java, C#, C++ and a little python and VBA.
Now I'm trying to create a small CRUD application for the purpose of taking a form and ...