Re: [patch] SVN locking

2009-02-02 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > > attached tested patch for branch. > > 1.6.3 perhaps? We already have many features and still have many unresolved > bugs for 1.6.2. ok, i will wait pavel

Re: [patch] SVN locking

2009-02-02 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > > this is really cool feature and i will cry for having this in branch too, > > Juergen :) > > attached tested patch for branch. 1.6.3 perhaps? We already have many features and still have many unresolved bugs for 1.6.2. Jürgen

Re: [patch] SVN locking

2009-02-01 Thread Pavel Sanda
Andre Poenitz wrote: > On Sun, Feb 01, 2009 at 01:59:49AM +0100, Pavel Sanda wrote: > > + /// checks locking policy and setup locked_mode_ > > + bool checkLockMode(); > > + /// is the loaded file locked? > > + bool isLocked(); > > const? right pavel

Re: [patch] SVN locking

2009-02-01 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Can you explain why this is such a 'very cool feature' and you would >'cry' for having this in branch ? you don't like jokes, right? :) anyway, it brings new level for collaboration work based on svn, since it prohibits merge conflicts to happen. i will be happy to

Re: [patch] SVN locking

2009-02-01 Thread Andre Poenitz
On Sun, Feb 01, 2009 at 01:59:49AM +0100, Pavel Sanda wrote: > + /// checks locking policy and setup locked_mode_ > + bool checkLockMode(); > + /// is the loaded file locked? > + bool isLocked(); const? Andre'

Re: [patch] SVN locking

2009-02-01 Thread Vincent van Ravesteijn
Pavel Sanda schreef: Pavel Sanda wrote: this is really cool feature and i will cry for having this in branch too, Juergen :) attached tested patch for branch. pavel Can you explain why this is such a 'very cool feature' and you would 'cry' for having this in branch ? Do people a

Re: [patch] SVN locking

2009-01-31 Thread Pavel Sanda
Pavel Sanda wrote: > this is really cool feature and i will cry for having this in branch too, > Juergen :) attached tested patch for branch. pavel Index: src/VCBackend.h === --- src/VCBackend.h (revision 28305) +++ src/VCBackend

[patch] SVN locking

2009-01-30 Thread Pavel Sanda
hi, i finally implemented SVN support we already have for RCS - automatical file locking associated with check-in/out to/from repository. mutual exclusive editation under svn is allowed firstly by svn locking mechanism, secondly by using svn:needs-lock file property which instructs svn to set w