1
vote
Can a svn repository include/link-to an external git repository?
I suggest using a script wrapper for svn co.
#!/bin/sh
svn co path://server/R svn-R
git clone path://server/l git-l
Or similar.
…
0
votes
Is there a Linux (Ubuntu) svn client that doesn’t suck??
Since you're using Ubuntu, and not Kubuntu, I assume you're using GNOME. You might be interested in …
1
vote
How do I resolve a merge conflict with SVN properties?
Do you mean a merge conflict on commit/update or branch merge?
The SVN Book is pretty clear …
2
votes
Subversion Repository on Linux Dev
I work for an IT operations infrastructure automation company; we do this all the time.
Location of repository: We use "/srv/svn" by default to store all SVN repositories, unless a custome …
