T O P I C R E V I E W |
remi |
Posted - 16 Oct 2009 : 09:28:15 Hi all
This is not really an issue nor a request...
I am just wandering if you guys are using any version control tool to keep track of your designs.
Thanks
Rémi |
5 L A T E S T R E P L I E S (Newest First) |
Peter Johnson |
Posted - 20 Oct 2009 : 18:15:38 The other option for Easy-PC if you're using projects is to periodically save each project to a new version. That way you've got a series of projects which could include a version as part of the filename giving you a traceable history. A sort of poor man's tracker... |
Benno |
Posted - 19 Oct 2009 : 20:24:17 have a look at winsvn as a server and tortoise svn as client. Winsvn is a very easy all in one install for svn, including a webserver. |
remi |
Posted - 19 Oct 2009 : 13:37:53 Thanks for your answers that's intersting! I will have a look at subversion, see if I can get it to work...
|
DavidM |
Posted - 19 Oct 2009 : 09:07:54 The feature in Easy-PC is a 'cyclic backup' rather than any real version control, this just ensures that when you save designs it maintains a copy of the last three saves as a backup.
So it lets you go back to a slightly older copy if you change your mind about a modification you've just made, but as the third oldest copy gets overwritten on every save as they all move down one step, it isn't going to be much help as a version system or long-term backup.
|
Benno |
Posted - 17 Oct 2009 : 00:43:58 I use svn (subversion) for versioncontrol of all my projectfiles. For easypc it is not of much extra use except it being sort of a logbook. The files are binary for my versioncontrol, so I cannot diff them.
But using svn for me has the advantage all my designfiles are in one database that has a proper backup procedure.
I believe since v11 easypc has some form of versioncontrol too, but I have not played with it yet. |