Does anyone use Subversion to manage their source code and project versions?
No, that’s not possible as the project is stored in a database and not as ‘bare files’.
So far I have just been making zip-files of the project folder every now and then, feeling assured that I could just go back to an earlier stored version, should the need arise. But that will not work either then.
So what is a good way to have check points on that one can revert to on a complete project as well as individual applications within a project?
It will work but it takes a bit of work.
turn off your scriptcase.
make a complete directory backup of the v8 dir (assuming you use version 8).
turn on scriptcase.
If you want an old source then:
turn off your scriptcase.
rename the v8 into v8_keep
copy back the v8 from the backup
start scriptcase
export your projects
stop scriptcase
delete the v8
rename v8_keep back to v8
start scriptcase
@rr, Great, thanks for info!
Albert, When you said SC uses a DB, I started poking around looking for it… I can’t find any trace of a DB. Where and what type of DB is it?
Ed
Never mind. I found it and see how they manage it.