texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] Arch mirror


From: bump
Subject: Re: [Texmacs-dev] Arch mirror
Date: Thu, 2 Oct 2003 10:21:27 -0700

> My problem with CVS is that I have to explicitly notify about
> all changes I make to the directory structure. If I forget to
> notify CVS about a new file, then it can be forgotten by CVS.
> That already happened to me several times and it resulted in
> the new files of simply being removed after a rm -rf, cvs co...

Simply renaming a file means

mv [oldname] [newname]
cvs rm [oldname]
cvs add [newname]

CVS is unaware of the relationship between the old and
the new file. This is not so good.

But changes to directory structure are problematical.

Will there be a time when the directory structures are stable?

Dan




reply via email to

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