Re: History in subversion

2013-06-13 Thread Les Mikesell
On Thu, Jun 13, 2013 at 2:57 PM, Olivier Antoine wrote: > > A good SCM principe is : > - to create tag on branch > - to create branch from tag > I think most people settle on one of two basic 'styles'. The 'dirty-trunk' style makes the most sense to me where most development happens on the trun

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: History in subversion

2013-06-13 Thread Olivier Antoine
Thanks All again for your help, >>> From: Les Mikesell >> I did not understand everything with branches and tags, I have to read again >> the manual, but I have the feeling that branches and tags are not linked, >> this is strange to me. > Linked to what? Think of them as 'cheap copies' of wha

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

Managing "needs-lock" files on multiple branches

2013-06-13 Thread Benjamin Fritz
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 rest of the team not to touch it until you're done (or at least, ask fir

Re: Apache Subversion 1.8.0-rc3 Released

2013-06-13 Thread Danil Shopyrin
On Wed, Jun 12, 2013 at 3:08 PM, Ben Reser wrote: > I'm happy to announce the release of Apache Subversion 1.8.0-rc3, the > second public release candidate of Subversion 1.8.0 (rc1 was not > publicly released). > > This is a release candidate for what will eventually become Apache > Subversion 1.8

Error assertion during update

2013-06-13 Thread פאנל תוכנה - ניר בר
Hi, I encountered this error while updating from windows explorer. I discovered that someone committed to the repository a folder called "E:" After removing that folder from the repository the error didn't re-occur Nir --- Subversion Exception! -

Authentication of sync user on write-through proxy.

2013-06-13 Thread Terry Dooher
Hi all, I've set up a write-through proxy for one of our studios and I'm getting Access Denied errors when the post-commit hook executes, or when running the sync command manually from the master. I'm using apache 2.2/mod_dav_svn 1.7.7 on Debian 6.0. The apache config for vhost "repo-slave.ex