Rockbox mail archive
Subject: Re: Diffing to current cvs (was Re: Lyrics)
Re: Diffing to current cvs (was Re: Lyrics)
On 2/9/06, David Bleakley <cool2bdave@yahoo.com> wrote:
> Thanks for your reply,
>
> I was using a bleeding edge source tar before. I checked the sources out
> just to see if it would help. I tried cvs diff -u apps/lang/english.lang but
> got
>
> :no cvsroot specified Please use the -d option
> David
Then, either get a environment variable called "CVSROOT" with
":pserver:anonymous@www.rockbox.org:/cvsroot/rockbox" in it, or add
exactly this as "-d" to your diff command.
This will then give you:
cvs -d :pserver:anonymous@www.rockbox.org:/cvsroot/rockbox -u
apps/lang/english.lang
You can also plaster all directories down to root or wherever you may
want to do that call from with subdirectories called "CVS" and a file
in it called "Root".
The content of the file is, as you probably guessed it, the cvs-root
":pserver:anonymous@www.rockbox.org:/cvsroot/rockbox"
hope that helps, lImbus
Received on Thu Feb 9 01:26:53 2006
Page was last modified "Jan 10 2012" The Rockbox Crew
|