Re: Diffing to current cvs (was Re: Lyrics)

2006-02-08 Thread Manuel Dejonghe
On 2/9/06, David Bleakley <[EMAIL PROTECTED]> 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

Re: Diffing to current cvs (was Re: Lyrics)

2006-02-08 Thread David Bleakley
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 DavidTomas <[EMAIL PROTECTED]> wrote: Hi,Can just just try a si

Re: Diffing to current cvs (was Re: Lyrics)

2006-02-08 Thread Bluechip
Does this help? http://homepage.ntlworld.com/cyborgsystems/CS_Main/RockBox/Win32_DevKit/HowTo_CVS.html BC At 22:01 08/02/2006, you wrote: Hi, Can just just try a simple diff? Go to the rockbox source dir and diff like this: cvs diff -u apps/lang/english.lang That will print a diff between the

Re: Diffing to current cvs (was Re: Lyrics)

2006-02-08 Thread Tomas
Hi, Can just just try a simple diff? Go to the rockbox source dir and diff like this: cvs diff -u apps/lang/english.lang That will print a diff between the current CVS version (on the server) and the version on your local disk. If it gives error messages, please tell us... Tomas David Ble

Re: Diffing to current cvs (was Re: Lyrics)

2006-02-08 Thread Daniel Stenberg
On Wed, 8 Feb 2006, David Bleakley wrote: I can login cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/rockbox login Enter for password None of the following seem to work cvs diff -u apps/lang/english.lang C:\english.lang > testdiff.txt You need to checkout the sources first before you can dif

Re: Diffing to current cvs (was Re: Lyrics)

2006-02-08 Thread David Bleakley
Thanks for your comments. However I am still stuggling to get diff working.   An example in http://www.rockbox.org/twiki/bin/view/Main/UsingCVS would really help me.   I can login cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/rockbox login Enter for password   None of the following seem to wor

Re: Diffing to current cvs (was Re: Lyrics)

2006-02-08 Thread Burelli Luca
On Wed, 8 Feb 2006, Manuel Dejonghe wrote: > On 2/8/06, Daniel Stenberg <[EMAIL PROTECTED]> wrote: > > On Wed, 8 Feb 2006, Burelli Luca wrote: > > > > > Side note: anyone knows if/how to change the diff command used by cvs? I'd > > > love to have "cvs diff" call vimdiff, but haven't managed to fi

Re: Diffing to current cvs (was Re: Lyrics)

2006-02-08 Thread Manuel Dejonghe
On 2/8/06, Daniel Stenberg <[EMAIL PROTECTED]> wrote: > On Wed, 8 Feb 2006, Burelli Luca wrote: > > > Side note: anyone knows if/how to change the diff command used by cvs? I'd > > love to have "cvs diff" call vimdiff, but haven't managed to find out how. > > You don't, cvs uses an internal diff. B

Re: Diffing to current cvs (was Re: Lyrics)

2006-02-08 Thread Daniel Stenberg
On Wed, 8 Feb 2006, Burelli Luca wrote: Side note: anyone knows if/how to change the diff command used by cvs? I'd love to have "cvs diff" call vimdiff, but haven't managed to find out how. You don't, cvs uses an internal diff. But you can easily extract two versions from cvs and run whatever

Re: Diffing to current cvs (was Re: Lyrics)

2006-02-08 Thread Burelli Luca
On Wed, 8 Feb 2006, David Bleakley wrote: > Is there a way of comparing the live cvs with what I have done? You can use the "diff" command to cvs (ie. run "cvs diff english.lang"), this will get the latest version from cvs and compare to the local file. It even takes all the options of the sta