Is there a mean to set up cvs to check-out methods?

2002-07-29 Thread Cristian Romanescu
Hi! I have a request from my boss, to find a mean to check-out from the repository not files, but at method level. Is there a way to set-up cvs to do that? From my understanding of CVS, it cannot do that, because it merely works with files and does not have the knowledge of sourcefiles...I had

Re: Is there a mean to set up cvs to check-out methods?

2002-07-29 Thread Noel Yap
--- Cristian Romanescu I have a request from my boss, to find a mean to check-out from the repository not files, but at method level. Is there a way to set-up cvs to do that? From my understanding of CVS, it cannot do that, because it merely works with files and does not have the

Is there a better way

2002-07-29 Thread Patrick Nelson
What is the best way to pull a previous release out of the repository. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Is there a better way

2002-07-29 Thread Donald Sharp
cvs co -r tag module donald On Mon, Jul 29, 2002 at 06:36:30AM -0700, Patrick Nelson wrote: What is the best way to pull a previous release out of the repository. ___ Info-cvs mailing list [EMAIL PROTECTED]

Re: Is there a better way

2002-07-29 Thread Greg A. Woods
[ On Monday, July 29, 2002 at 06:36:30 (-0700), Patrick Nelson wrote: ] Subject: Is there a better way What is the best way to pull a previous release out of the repository. The best way to pull a previous release out of the repository is to do it in the very exact same way you created the

Re: Is there a mean to set up cvs to check-out methods?

2002-07-29 Thread Mike Ayers
Cristian Romanescu wrote: I have a request from my boss, to find a mean to check-out from the repository not files, but at method level. Is there a way to set-up cvs to do that? Ummm - does your boss realize that this is an unsound request? Allow me to elaborate. The file is the

Repairing repository

2002-07-29 Thread Mike Ayers
The device upon which my repository was stored has failed. I have last week's backup, but I had done some checkins since then. Fortunately, I have an up to date tree. I have copied the backup in to create a new repository. Now I must identify the files in the current working tree

Re: Repairing repository

2002-07-29 Thread Matt Riechers
[EMAIL PROTECTED] wrote: I have copied the backup in to create a new repository. Now I must identify the files in the current working tree which are newer than (different from) the files in the repository, and get them comitted. Any suggestions for the easy way to do this? What's wrong

VSS to CVS migration tool

2002-07-29 Thread Antal Berenyi
Hi, can anyone recommend a open source or commercial tool that does migration from Microsoft Visual SourceSafe to CVS? Thanks. __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com

Re: Repairing repository

2002-07-29 Thread Mike Ayers
Matt Riechers wrote: [EMAIL PROTECTED] wrote: I have copied the backup in to create a new repository. Now I must identify the files in the current working tree which are newer than (different from) the files in the repository, and get them comitted. Any suggestions for the easy way to do

Re: Repairing repository

2002-07-29 Thread Matt Riechers
[EMAIL PROTECTED] wrote: Will update then mark all files which are different from the repository as commitable, so I can just commit them and be back where I was? If so, my day just got considerably brighter... Essentially, yes. It will be as if you had checked out a fresh tree, and just

Re: Repairing repository

2002-07-29 Thread Donald Sharp
If you have two different tree's( the cvs workspace and the hard copyout ). I'd diff the two and then patch the changes into the cvs workspace... donald On Mon, Jul 29, 2002 at 11:48:53AM -0700, Mike Ayers wrote: Matt Riechers wrote: [EMAIL PROTECTED] wrote: I have copied the backup

Re: Repairing repository

2002-07-29 Thread Eric Siegerman
On Mon, Jul 29, 2002 at 02:40:05PM -0400, Matt Riechers wrote: [EMAIL PROTECTED] wrote: I have copied the backup in to create a new repository. Now I must identify the files in the current working tree which are newer than (different from) the files in the repository, and get them

Re: VSS to CVS migration tool

2002-07-29 Thread Alan Dayley
Never tried it and know nothing about it but a quick search on freshmeat.net revealed this one: http://freshmeat.net/projects/vsstocvs/?topic_id=52 Alan At 11:44 AM 7/29/02 -0700, Antal Berenyi wrote: Hi, can anyone recommend a open source or commercial tool that does migration from

Re: Repairing repository

2002-07-29 Thread Matt Riechers
[EMAIL PROTECTED] wrote: What's wrong with 'cvs update/commit'? Lots! The sandbox's state information doesn't correspond with the restored repo. I don't know what the results will be, but it could get ugly. Oops. You're right. If CVS/Entries has files dated newer than the repository,

[Fwd: Re: Repairing repository]

2002-07-29 Thread Mike Ayers
Matt Riechers wrote: [EMAIL PROTECTED] wrote: Will update then mark all files which are different from the repository as commitable, so I can just commit them and be back where I was? If so, my day just got considerably brighter... Essentially, yes. It will be as if you had

How to remove lock?

2002-07-29 Thread George xu
Hello all: If anyone use "cvs admin -l " to lock a file, we can't unlock and commit it, why? How to solve the problem? Thanks. rabbit.

Re:

2002-07-29 Thread Kaz Kylheku
On Mon, 29 Jul 2002, Mike Ayers wrote: Date: Mon, 29 Jul 2002 15:33:54 -0700 From: Mike Ayers [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [info-cvs] [Fwd: Re: Repairing repository] Matt Riechers wrote: [EMAIL PROTECTED] wrote: Will update then mark all files which are