Re: Managing "needs-lock" files on multiple branches

2013-06-13 Thread Mark Phippard
On Thu, Jun 13, 2013 at 4:24 PM, Benjamin Fritz wrote: > On Thu, Jun 13, 2013 at 3:09 PM, Mark Phippard wrote: >> On Thu, Jun 13, 2013 at 4:05 PM, Benjamin Fritz >> wrote: >>> On Thu, Jun 13, 2013 at 2:47 PM, Mark Phippard wrote: The hook is running on the server, so it could access

Re: Managing "needs-lock" files on multiple branches

2013-06-13 Thread Benjamin Fritz
On Thu, Jun 13, 2013 at 3:09 PM, Mark Phippard wrote: > On Thu, Jun 13, 2013 at 4:05 PM, Benjamin Fritz > wrote: >> On Thu, Jun 13, 2013 at 2:47 PM, Mark Phippard wrote: >>> >>> The hook is running on the server, so it could access the repository >>> via file:// URL to do the lock. This does n

Re: Managing "needs-lock" files on multiple branches

2013-06-13 Thread Mark Phippard
On Thu, Jun 13, 2013 at 4:05 PM, Benjamin Fritz wrote: > On Thu, Jun 13, 2013 at 2:47 PM, Mark Phippard wrote: >> >> The hook is running on the server, so it could access the repository >> via file:// URL to do the lock. This does not require authentication. >> > > I DID NOT KNOW THIS! Is that d

Re: Managing "needs-lock" files on multiple branches

2013-06-13 Thread Benjamin Fritz
On Thu, Jun 13, 2013 at 2:47 PM, Mark Phippard wrote: > > The hook is running on the server, so it could access the repository > via file:// URL to do the lock. This does not require authentication. > I DID NOT KNOW THIS! Is that documented somewhere? This should allow my pre-lock hook to work e

Re: Managing "needs-lock" files on multiple branches

2013-06-13 Thread Mark Phippard
On Thu, Jun 13, 2013 at 3:41 PM, Benjamin Fritz wrote: > Where I work, we branch for every bugfix, to allow a "clean" trunk at all > times. > > Some files we work with are not easily merged, so we have > svn:needs-lock set on them. > > Locking one of these files is supposed to indicate to the res