Re: Base revision on a svn: external from a pre-commit hook script

2013-03-22 Thread luis montes
I'm trying to solve the problem of developers committing code that was compiled using stale externals. I was also trying to avoid requiring pinning. Tags have to be pinned, and I have a script to check for that, but not branches or trunk. I was hoping to reject the commit and have them either pin t

Re: Base revision on a svn: external from a pre-commit hook script

2013-03-22 Thread Daniel Shahaf
Ryan Schmidt wrote on Fri, Mar 22, 2013 at 05:48:02 -0500: > > On Mar 21, 2013, at 18:27, luis montes wrote: > > > Is it possible to know the base revision on a svn: external from a > > pre-commit hook script? If the external changes with the current > > transaction I figured I could possibly p

Re: Base revision on a svn: external from a pre-commit hook script

2013-03-22 Thread Ryan Schmidt
On Mar 21, 2013, at 18:27, luis montes wrote: > Is it possible to know the base revision on a svn: external from a pre-commit > hook script? If the external changes with the current transaction I figured I > could possibly parse the svnlook diff output, but what if it does not change > with th