guaranteed
that in the meantime no other commits were run, thus making REV-1 invalid?
Or in other words: pre-commit, commit and post-commit are atomic?
Thanks,
Jan
On 8/4/11 9:24 AM, Ryan Schmidt wrote:
On Aug 3, 2011, at 08:14, Jan Ciesko (GMAIL) wrote:
I'd like to ask if there is
Dear SVN users
I would like to ask the following: is there a way to access svn data on
the svn server without checking data out? I would need to create
temporal tar'ed archive of a versioned directory that is then attached
to a website. Both web- and svn-server are running on the same system.
Dear SVN-experts,
I'd like to ask if there is a way to see which particular files have
been deleted when a directory deletion has been commited.
Example:
I add to a repository BAR/Apps the folder Jacobi. With "svnlook changed
"$REPOS"" in the post-commit hook I get the output:
A BAR/Apps/
Dear SVN-experts,
I'd like to ask if there is a way to see which particular files have
been deleted when a directory deletion has been commited.
Example:
I add to a repository BAR/Apps the folder Jacobi. With "svnlook changed
"$REPOS"" in the post-commit hook I get the output:
A BAR/Apps/
Dear SVN experts,
I'm new to SVN and I would like to ask if there is a tutorial how to setup
post-commit hooks in SVN.
What I'd like to implement is the following behavior:
- Whenever a new app is submitted (added to SVN), a new TRAC-WIKI page is
generated automatically.
- Whenever an existing