info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: one working copy for several developpers


From: Arthur Barrett
Subject: RE: one working copy for several developpers
Date: Wed, 5 Jul 2006 22:56:30 +1000

Jette,

> Usually, every developper has its own 
> working copy on his computer. 

This is hwo CVS was designed to work.

> However, for administration tasks we need a 
> working copy in a shared directory which can 
> be updated by all developpers of the project. 

If you use CVSNT (free/GPL, on Linux, Windows etc) you can use:
cvs -d :pserver:server:/repo login
Password:

cvs -d :pserver:server:/repo checkout module

The "username" is substituted at run time, so the user who performs the
commit will get their name on the files.  I think this is a CVSNT
specific feature, but it may be available in more recent releases of CVS
too.

Regards,


Arthur Barrett




reply via email to

[Prev in Thread] Current Thread [Next in Thread]