subversion

Ignore files in a subversion working copy

To ignore files in your subversion working directory, try this. [dan@dev-ingress01:~/scripts]: $ svn st M . ? helper_scripts ? show-config.sh ? test-categories.pl ? test-new-xml-code-single.sh ? test-new-xml-code-starting-from.sh I want to ignore all those files, so: $ svn st > .IgnoreThese Then I edit the file, so only the file names are shown. Something like this: Then […]

Ignore files in a subversion working copy Read More »

svn: E170000: Unrecognized URL scheme

If you see this message when trying to svn up: then you are missing a subversion compile option. Try this command: cd /usr/ports/devel/subversion && make config Then make sure this option is checked: [X] SERF WebDAV/Delta-V (HTTP/HTTPS) repo access module Then recompile subversion with one of these two commands: portupgrade -f subversion Or portmaster subversion

svn: E170000: Unrecognized URL scheme Read More »

viewvc errors after upgrading subversion

After upgrading subversion on my svn server, I started seeing this errors from viewvc: An Exception Has Occurred Python Traceback Traceback (most recent call last): File “/usr/local/viewvc/lib/viewvc.py”, line 4827, in main request.run_viewvc() File “/usr/local/viewvc/lib/viewvc.py”, line 251, in run_viewvc self.rootpath = vclib.svn.canonicalize_rootpath(rootpath) File “/usr/local/viewvc/lib/vclib/svn/__init__.py”, line 39, in canonicalize_rootpath rootpath = _canonicalize_path(rootpath) File “/usr/local/viewvc/lib/vclib/svn/__init__.py”, line 23, in

viewvc errors after upgrading subversion Read More »

Scroll to Top