Search Results

1
vote

Fast recursive grepping of svn working copy

I wrote this script which I've added to my .bashrc. It automatically excludes SVN directories from grep, find and locat …
0
votes

What are the uses of svn copy?

This is a slightly unusual use, but I find that sometimes I have to divide a source file into two separate files - for example, if it contains two sets of unrelated functionality, and I use svn cop …