Search Results

10
votes

How do you structure your SVN repository?

The Repository Administration chapter of the …
5
votes

svn + repostiory location

I typically place the repositories somewhere under /var, usually in /var/lib/svn - I'm trying to follow the Filesyste …
8
votes

Committing binaries to SVN

There's nothing weird about your setup (I'm doing similar things with both build tools and build artifacts when I need to preserve the exact bits.) The layout you want is definitely possible - to " …
0
votes

TortoiseSVN can’t connect to machine in workgroup

What protocol are you using to access the server-side repository? If it's not a file:// protocol, have you confirmed that the corresponding server is actually running? Try to connect t …
1
vote

Tortoise SVN Move command fails

I've encountered this before - always in subdirectories of a directory that itself is under source control. If this is the case, please try svn cleanup in the parent of the current directo …