Every time the same problem: you’re at the command line and you need to make Subversion ignore some files, so here’s the snippet:
svn propset svn:ignore "ruby_sess.*" ./tmp/sessions/
Even more rare: creating patches: see this post
Every time the same problem: you’re at the command line and you need to make Subversion ignore some files, so here’s the snippet:
svn propset svn:ignore "ruby_sess.*" ./tmp/sessions/
Even more rare: creating patches: see this post
The URI to TrackBack this entry is: http://elia.wordpress.com/2007/09/23/snippets-svnignore-and-patch/trackback/