[Bf-committers] Committing to CVS using WinCVS

Kent Mein bf-committers@blender.org
Thu, 22 May 2003 10:49:17 -0500


In reply to Casey Corn (cmccad@yahoo.com):

> Hello all,
> 
> I'm having trouble committing to the cvs repository.
> I'm running Windows XP and I'm using WinCVS v1.3.13.1
> 
> I can log onto the pserver using the cvs command:
> 
> cvs
> -d:pserver:cmccad@cvs.blender.org:/cvsroot/bf-blender
> login
> 
I'm just guessing here so this might not apply but,
You have to initally checkout the tree as the user you logged in as.
So if you first checked out the code as anonymous and then
login as yourself when you modify the code its still using the
anonymous bit...
The way to tell is look at the CVS/Root file if it has your username
you should be alright if not, you need to recheck things out with
your new login.

Kent