Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [stellation-res] CVS Access

On Tue, 2002-10-22 at 17:34, Jonathan Gossage wrote:
> I am having problems updating from CVS. CVS gets upset if it finds a file
> that I created and then sent to you to be placed in CVS. The only workaround
> I have found is to rename my copies of these files before doing a CVS
> update. Is ther a more elegant way?

No. This is a classic problem with SCM systems: they do not
cope well with parallel changes made outside of the visibility of the
system. There's just no way for the system
to know that the files you added, and the files that someone else added
simultaneously under the same name are, in fact,
the same artifacts, just transferred using an out-of-band
mechanism.

	-Mark


> 
> Regards
> 
> Jonathan
> 
> Personal Email
> jgossage@xxxxxxxx
> 
> Business Email
> jonathan@xxxxxxxxxxxxxx
> 
> _______________________________________________
> stellation-res mailing list
> stellation-res@xxxxxxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/stellation-res
-- 
Mark Craig Chu-Carroll,  IBM T.J. Watson Research Center  
*** The Stellation project: Advanced SCM for Collaboration
***		http://www.eclipse.org/stellation
*** Work Email: mcc@xxxxxxxxxxxxxx  ------- Personal Email: markcc@xxxxxxxxxxx




Back to the top