Tagged Questions
1
vote
1answer
31 views
Is it a good practice to use svn for two different applications but on the same server?
Is it a good practice to use SVN for two different applications but on the same server ?
I'm asking this because, whenever I update one of the application with svn it does not ask for password ...
1
vote
1answer
29 views
SVN wants to commit everything after server re-install
the motherboard of a dedicated server I'm renting since five years went south and the motherboard got replaced by a new one. The very old (Debian) distro couldn't keep up with all the new hardware on ...
0
votes
0answers
466 views
SVN error message: “E200030: sqlite: database disk image is malformed” on checkout
The .svn folder doesn't exist yet. I tried deleting it after it was created, but I get the same issue again
@:/var/www/htdocs$ svn checkout https://host/svn/trunk/ .
svn: E200030: sqlite: database ...
0
votes
1answer
630 views
SVN server with remote GUI administration
I have 2 Linux servers. One is Centos 5.5 another is Centos 6.
I want to install SVN server on both server separately.
Can anyone tell me which svn server has a good remote administration GUI.
Also ...
1
vote
2answers
311 views
svn checkout shows only one file
anisha@linux-y3pi:~/Desktop/mysvn> svn list https://earthhtml.googlecode.com/svn/
branches/
manual.cpp
ogmap.html
svn-book.pdf
tags/
trunk/
wiki/
But, this downloads only one file:
...
1
vote
1answer
288 views
How to build a python egg for a TRAC plugin?
I'd like to install a mercurial plugin for Trac. The manual provides an svn path with the source code. I need to create an "egg" from that source code. Do I need to have SVN installed in order to do ...
