info-cvs
[Top][All Lists]
Advanced

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

synchronizing local with repository


From: Nathan Coast
Subject: synchronizing local with repository
Date: Mon, 15 Apr 2002 17:14:53 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-GB; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1

Hi,

I'm trying to automate the following:

Commit all modified files.
Add all files present locally but missing from repository.
Merge all files (if possible) that are edited locally and on repository.

I'm trying to eliminate as much human error as possible due to developers forgetting to keep the repository consistent with their local environments.

I'm assuming that this is possible with cvs. Is it possible to achieve this with existing cvs commands or will I have to add intermediary stages e.g. generate a list of all files requiring adding and then iterate over the list adding each one.

Thanks
Nathan




reply via email to

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