This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Keeping 2.0 source tree up to date


Gary Thomas wrote:

>> I've been trying to figure out how to use cvs to do something
>> useful, and I'm stumped.  Since the latest "official" source
>> tree has all of the directories renamed (2.0 vs. current),
>> there doesn't seem to be any way for me to use cvs to compare
>> my ecos-2.0 source tree with the "head".
> 
> Sadly this naming convention does make using CVS difficult.

You can always rename the version directories back to "current".
Something like the following should work:

  find /opt/ecos/ecos-2.0/packages -type d -name v2_0 -depth -exec mv {} {}/../current \;

John Dallaway
eCosCentric Limited

-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]