in reply to Re^2: Patching/Updating Perl scripts
in thread Patching/Updating Perl scripts
Maybe you should look into svk which is a distributed version control system written in Perl and built on top of subversion, that should satisfy your requirements for scriptability/control. You could maintain several trees for the different purposes (fixes, updates etc.) and merge as you see appropriate. Also, with svk users can have their own repository with local plugins and you'll just have to devise a clever way for them to merge your central changes with their local tree in a non-confusing manner.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Patching/Updating Perl scripts
by Ace128 (Hermit) on Dec 01, 2005 at 12:37 UTC |