Re: [Gimp-developer] anocvs get does not give latest revision ?

2002-06-06 Thread Christian Rose

On 6 Jun 2002, Sven Neumann wrote:
> > After a complete gimp clean (find . -name gimp -exec rm {};)
> > on my machine and new cvs get -z3 it still gets the old version
> > of the file gimpunits.c. But only that file is old. Other files
> > like Changelog are up to date.
>
> I think it's time to write [EMAIL PROTECTED] and ask if there is
> something they can do about the poor quality of anoncvs.

The cvsmaster people already know about most problems with anoncvs and
have promised to improve the situation post-gnome2.0.


Christian

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] anocvs get does not give latest revision ?

2002-06-06 Thread Sven Neumann

Hi,

Jeroen Lamain <[EMAIL PROTECTED]> writes:

> After a complete gimp clean (find . -name gimp -exec rm {};)
> on my machine and new cvs get -z3 it still gets the old version
> of the file gimpunits.c. But only that file is old. Other files
> like Changelog are up to date.

I think it's time to write [EMAIL PROTECTED] and ask if there is
something they can do about the poor quality of anoncvs.


Salut, Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] anocvs get does not give latest revision ?

2002-06-05 Thread Jeroen Lamain

Robert L Krawitz wrote:
> 
>you don't need to set CVSROOT and to login to update a checked out
>tree.  The necessary info is stored in the CVS directories and in
>~/.cvspass. Just type 'cvs update' in the gimp tree.
> 
> There might be a sticky tag on something.  Type
> 
> cvs update -A

Hi Robert, Sven and others,

The cvs update -A trick didn't work.

After a complete gimp clean (find . -name gimp -exec rm {};)
on my machine and new cvs get -z3 it still gets the old version
of the file gimpunits.c. But only that file is old. Other files
like Changelog are up to date.

Jeroen

___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] anocvs get does not give latest revision ?

2002-06-05 Thread Robert L Krawitz

   From: Sven Neumann <[EMAIL PROTECTED]>
   Date: 05 Jun 2002 13:50:19 +0200

   you don't need to set CVSROOT and to login to update a checked out
   tree.  The necessary info is stored in the CVS directories and in
   ~/.cvspass. Just type 'cvs update' in the gimp tree.

There might be a sticky tag on something.  Type

cvs update -A

to reset any sticky tags.

-- 
Robert Krawitz <[EMAIL PROTECTED]>  http://www.tiac.net/users/rlk/

Tall Clubs International  --  http://www.tall.org/ or 1-888-IM-TALL-2
Member of the League for Programming Freedom -- mail [EMAIL PROTECTED]
Project lead for Gimp Print/stp --  http://gimp-print.sourceforge.net

"Linux doesn't dictate how I work, I dictate how Linux works."
--Eric Crampton
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] anocvs get does not give latest revision ?

2002-06-05 Thread Sven Neumann

Hi,

Jeroen Lamain <[EMAIL PROTECTED]> writes:

> I've started doing some work on the gimp 1.3.7. Maurits adviced
> me to switch to the CVS version for easier merging of changes.
> 
> For some reason I don't get the latest revision of a file
> (app/core/gimpunits.c)
> out of cvs. I only get revision 1.3. (the newest version is 1.5).
> I don't know if it happens on other files too. Most of the
> files get updated correctly, for example checkerboard.c from june 1st.
> 
> This problem occurs when doing a fresh cvs get and also when
> I do a cvs update. The 1.5 version is from june 1st, and
> I did the cvs get and update on june the 4th. Other people
> are getting the 1.5 version, I don't.
> 
> I tried adding the IP addresses to /etc/hosts
> 
> I'm repeating my commands here, for reference.
> (I might be doing something stupid)
> 
> 
> rm -rf ~/gimp
> rm -rf ~/.gimp-1.3
> export CVSROOT=':pserver:[EMAIL PROTECTED]:/cvs/gnome'
> cvs login
> 
> cvs get (of co) -z3 gimp
> cd gimp
> ./autogen.sh --disable-print
> make
> 
> 
> And if I want to update:
> 
> export CVSROOT=':pserver:[EMAIL PROTECTED]:/cvs/gnome'
> cvs login
> 
> cd gimp
> cvs update
> make

you don't need to set CVSROOT and to login to update a checked out
tree.  The necessary info is stored in the CVS directories and in
~/.cvspass. Just type 'cvs update' in the gimp tree.


Salut, Sven
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer