1
General Board / Re: Using EA with Subversion and multiple develope
« on: June 30, 2008, 07:09:32 pm »Quote
I think your confusion comes from different understanding of checkout in EA and in SVN.
Developers using SVN and CVS are used to optimistic locking with merge, while those using SourceSafe are used to pessimistic locking.
So in SVN you basicaly never checkout (besides in the beginning) and you can instantly work on any file and when you're done you only commit (EA Check-in).
In SourceSafe and EA you work in a different way .....
No, I'm perfectly aware of the different paradigms for version control vis-a-vis checkout-edit-checkin (SourceSafe, Clearcase, PVCS, SCCS etc) versus edit-merge-commit (SVN). As I said in my previous post the confusion arose from the way the EAP file is managed (Please see my previous post).
Regards,
M