#38: Migrate an SVN repository

I need to move an SVN repository from http://svn.foo.com to http://svn.bar.com . I also have a working copy, checked out from foo.com, that has changes. I have a svndump of the last revision at foo.com. However, I no longer have commit access to foo.com...

#20: Subversion: ignore a version controlled file on commit

For my project, I have several runtime configuration files that differs on each machine it's installed on. Each developer that works on the project needs to make changes to the conf file, but I don't want the developer-dependent, custom settings in their individual...