Displaying 1 result from an estimated 1 matches for "agilewebsolutions".
2006 Apr 26
10
ANN: svn_conf generator -- making "svn import" easy and fun
...easier way -- simply create .cvsignore files before the
import and svn will honor them.
I created svn_conf generator which will add a new rake task to your
project to automate this. I hope you will find it useful.
Instructions:
1. Install svn_conf generator
gem install --source http://dist.agilewebsolutions.com/
svn_conf_generator-0.0.2.gem svn_conf_generator
2. Generate svn_conf in a new rails project (not imported into svn)
./script/generate svn_conf
3. Run svn:configure task to create .cvsignore files
rake svn:configure
Best regards, Roustem
roustem.karimov@agilewebsolutions.com
--
Posted...