Hi,
I have a question about reorganisation of eagle projects (or better the complete eda projects).
There are many projects on different computers with propably many copies (backup,old machines).
I want to pickup each project and put it into a version control system and while this creating a well organised directory structure. When doing this I am faced with different versions of a project named like thie:
205085.sch
205085.brd
205085a.sch
205085a.brd
205085b.sch
205085b.brd
Could these files renamed by a batch of by hand while sorted by date (old files first) and then added to the version management system.
Is there any file indexing software, that is capable to collect file date and put it into a database for a better mechanism to clean up the old (wild) structure ? (Propably with a filtering functionality to get all projects per project number, but not the version after the numbers)
Thus I get this:
205085.sch (V1 in CVS for sample)
205085.brd (V1 in CVS for sample)
205085.sch (V2 in CVS for sample)
205085.brd (V2 in CVS for sample)
205085.sch (V3 in CVS for sample)
205085.brd (V3 in CVS for sample)
That way I could get rid of the many copies and the problem of a backup issue. Also I have a way to keep files per release in sync and have a central backup mechanism possible.
Thanks a lot,
Lothar