anyone using subversion?
A. Khattri
ajai
Sun Jan 2 14:06:12 PST 2005
On Thu, 30 Dec 2004, Net Llama! wrote:
> Does subversion have the same limitation as cvs where once you 'remove'
> a file from a repository, it gets thrown into an Attic subdirectory, and
> cannot be re-added with the same filename again unless the Attic version
> is manually deleted on the server first?
Subversion maintains a complete history for a tree - this means it keeps
track of directories too. Its possible to delete a file in the middle of
the project and then later add a file (even with the same name) and
Subversion will maintain distinct histories. CVS doesn't handle that.
The only caveat is that you must use Subversion commands to move, copy,
delete files, etc.
--
New Testament n.
[C programmers] The second edition of
K&R's "The C Programming Language" (Prentice-Hall, 1988; ISBN
0-13-110362-8), describing ANSI Standard C. See K&R; this
version is also called `K&R2'.
More information about the Linux-users
mailing list