Moving cvs repository to a new machine -


A CVS repository on our machine 'A' is a copy of a specific directory of machine with all history from 'A' Want to The problem is that I can access CVS on machine 'A' only by using Eclipse (does not have access to UNIX). Is it possible to use Eclipse? In fact, you can probably do an automated checkout script from A and cvs log

Based on the output, you can commit b, but you will still lose the date and the author's information and restore the tag and the branches will probably be difficult too.

You should find someone with file-level access to two repositories better, because in that case it is a simple copy operation. No additional work is necessary.


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -