brunotavares.net: ScrapBook

Notes. tech and a few thoughs

Entries Tagged ‘svn’:

Visual Diffs

For some time now i started to notice the amount of time i wasted in solving version conflicts. The GNU diff works great with small change sets, but having a visual diff tool helps a lot when you’re dealing with long files with lots of diffs. I used several visuall-diff-editors whit the several version-control software [...]

Tags: , ,

Leave a Comment

Fine-grain SVN repository permissions over HTTP (DAV)

I use svn+apache2 to give access to all my repos. This is acomplished with dav_svn_module that allows you to give DAV SVN acess to one directory on your file system. I drop all my projects in /servers/svn/rep/ so, for a while, giving DAV access to /servers/svn/rep/ did the trick. The problem arises when you need [...]

Tags: ,

Leave a Comment