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
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
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