Re: CVS Project Downgrade [message #63333] |
Wed, 05 November 2008 20:31 |
gsever
Messages: 28 Registered: August 2008
|
Junior Member |
|
|
Thanks for your input.
I have found an alternative way. In my linux system I typed:
$ grep "Oct" Entries on a command shell in related CVS directory.
I got a list of files and manually restored those files by following
restore with / History right click menu.
On Nov 5, 4:46 pm, Paul van Delst <Paul.vanDe...@noaa.gov> wrote:
> gsever wrote:
>> Hello,
>
>> We use CVS version control system in the IDL Workbench environment. Is
>> there a CVS command or option to downgrade the current checked files
>> before a specific date? I want to downgrade bunch of files at the same
>> time to their latest let say going back a month.
>
> Dunno about doing this in eclipse, but one could do something like
>
> cvs update -f -D date files....
>
> on the command line. The CVS manual describes the various date formats accepted.
>
> cheers,
>
> paulv
|
|
|
Re: CVS Project Downgrade [message #63336 is a reply to message #63333] |
Wed, 05 November 2008 14:46  |
Paul Van Delst[1]
Messages: 1157 Registered: April 2002
|
Senior Member |
|
|
gsever wrote:
> Hello,
>
> We use CVS version control system in the IDL Workbench environment. Is
> there a CVS command or option to downgrade the current checked files
> before a specific date? I want to downgrade bunch of files at the same
> time to their latest let say going back a month.
Dunno about doing this in eclipse, but one could do something like
cvs update -f -D date files....
on the command line. The CVS manual describes the various date formats accepted.
cheers,
paulv
|
|
|