[Koha-devel] Reverting to previous versions in CVS

Joshua M. Ferraro jmf at liblime.com
Mon Feb 26 14:37:33 CET 2007


Hey gang,

I recently had a heck of a time working with Savannah's CVS to get it
to allow me to revert a version of a file to a previous one. Here's
how I eventually got it to work:

$ cvs update -j 1.3.2.14 -j 1.3.2.15 search.pl
$ mv search.pl search.pl.new
$ cvs update -A search.pl
$ mv search.pl.new search.pl
$ cvs commit -m "reverting to previous version" search.pl

Ahem ... we need a new revisioning system :-)

Cheers,

-- 
Joshua Ferraro                       SUPPORT FOR OPEN-SOURCE SOFTWARE
President, Technology       migration, training, maintenance, support
LibLime                                Featuring Koha Open-Source ILS
jmf at liblime.com |Full Demos at http://liblime.com/koha |1(888)KohaILS






More information about the Koha-devel mailing list