[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.
- Follow-Ups:
- [openbeos] Re: Problem with anonymous CVS checkout
- From: Niels Reedijk
- References:
- [openbeos] Re: Problem with anonymous CVS checkout
- From: Axel Dörfler
Other related posts:
- » [openbeos] Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- » [openbeos] Re: Problem with anonymous CVS checkout
- [openbeos] Re: Problem with anonymous CVS checkout
- From: Niels Reedijk
- [openbeos] Re: Problem with anonymous CVS checkout
- From: Axel Dörfler