[openbeos] Re: Problem with anonymous CVS checkout

  • From: Finn Bastiansen <beos@xxxxxxxxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Thu, 27 May 2004 20:08:17 +0200

Hi Axel,

but this doesn't make using cvschroot unnecessary, does it? I assume I have 
to call your script after cvschroot?

Thanks and bye,
Finn

> To add to those what others already said, you may want to use the
> following script to fix your repository:
> ------
> #!/bin/sh
> 
> if [ "$1" == "" ]; then
>     find . -name Root -exec cvsfix {} \;
> else
>     tmp=`sed -e "s/@cvs.open-beos.sourceforge.net/@cvs.sourceforge.net/
> " "$1"`
>     echo $tmp > "$1"
> fi
> ------
> 
> Just call that one in your repository root.
> 
> Bye,
>    Axel.

Other related posts: