Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Bo Berglund wrote: > I just realized that all of my repositories are quite old (several > years) and predate improvements like the postcommit script... > > Now I have a real use for postcommit, but I don't know how to get it > into my repository. The prototype scriptfile is not there in any case. > So what is the recommended procedure to get a repository up to date > with respect to things like these (like going from 1.11.3.x to 2.0.34 > or similar)? > You can just 'cvs add' them and they'll start working. If you want the comments etc. just do a 'cvs init' into a directory somewhere and copy them out to use as templates. For the most part the server works out what's there and uses it/upgrades it automatically. It's downgrade that's hard... :) Tony