Am Donnerstag, den 15.09.2005, 23:04 -0400 schrieb Timothy Miller: > SVN allows distributed access. Would we limit the access to one > client? Or is there a way to "lock" the server to make sure that all > transactions are atomic?
With SVN, all changes are atomic. If with "transaction" you mean getting the latest version of the log, adding a new line and checking it back in, then we need to tell SVN that the log is an opaque binary file to disable the automatic conflict resolution. Then, if somebody else commits a change while you edit the log, you won't be able to check in your changes and have to get the latest version and try again (i. e. your "transaction" fails). - Viktor Pracht _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
