Filipe Fernandes wrote:
> The problem is that of communication. Some people will work on modifying
> the project in the repository at the same time without knowing that
> someone else is doing the same thing. That's where merge
> comes in and that's where my co-workers and I differ in methodology.
> They follow a business process that was designed around locked checkouts
> (VSS) which subversion doesn't have. This is the reason communication
> wasn't necessary with VSS and is necessary with subversion.
Locking the files wouldn't change anything as long as you don't set
svn:needs-lock. If developer A locks all files, developer B can still
work on the same files. B would recognize the lock first if he tries to
commit his changes.
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun May 29 17:48:21 2005