Adrian Constantin wrote:
>  I work on my project from two computers (work and
> home) plus one version which I keep on the company's server 
> where I seldom work. So I have three checked out copies of 
> the project, using the same user. I can't really ask for more 
> users on the company's server for me.
> 
>  I wonder if sometimes I get out of sync with my copies so 
> that I have concurent versions of the project, all under my 
> username, will cvs recognize the situation ?
Yes, CVS handles this quite well. I do it all the time.

All administrative information regarding what's checked out is maintained
locally, in your working directory (in the CVS subdirectory, to be precise).
Each working copy contains its own set of administrative files, independent
of the other working copies.

-- 
Jim Hyslop
Senior Software Designer
Leitch Technology International Inc. (http://www.leitch.com)
Columnist, C/C++ Users Journal (http://www.cuj.com/experts)



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to