Forum archive 2000-2006

Lars Jensen - cvs update problem

Lars Jensen - cvs update problem

by Arnold Pizer -
Number of replies: 0
inactiveTopiccvs update problem topic started 1/11/2006; 11:25:52 PM
last post 1/13/2006; 3:51:54 AM
userLars Jensen - cvs update problem  blueArrow
1/11/2006; 11:25:52 PM (reads: 378, responses: 2)
We're trying to upgrade our webwork 2-1-patches installation ro version 2.2. We use CVS to do this. When we try to do a cvs update we get errors. It turns out that this is because our webwork Root is:

:ext:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/system

instead of

:pserver:anoncvs@cvs.webwork.rochester.edu:/webwork/cvs/system

Because all out CVS/Root files refer to ext instead of pserver, we're unable to do a cvs upgrade. My question is how do we proceed from here.

Do we have to edit all CVS/Root files and enter the second line above in place of the first? Or is there a better way?

Thanks, Lars.

<| Post or View Comments |>


userSam Hathaway - Re: cvs update problem  blueArrow
1/12/2006; 12:00:57 PM (reads: 466, responses: 0)
Hi Lars,

The :ext: method should still work if it worked in the past. If not, the workaround is to change all the CVS/Root files. Here's a quick way to do so:

find . -regex '.*/CVS/Root' -print0 | xargs -0 perl -pi -e 's/^:ext:/:pserver:/'

Hope this helps.
-sam

<| Post or View Comments |>


userLars Jensen - Re: cvs update problem  blueArrow
1/13/2006; 3:51:54 AM (reads: 453, responses: 0)
Hi Sam,

Thanks, I appreciate it!

Lars.

<| Post or View Comments |>