Re: svnlook changed - howto see all deleted files in pre-/post-commit hooks

2011-08-12 Thread Jan Ciesko (GMAIL)
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

best practice: accessing svn data without co

2011-08-09 Thread Jan Ciesko (GMAIL)
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.

svnlook changed - howto see all deleted files in pre-/post-commit hooks

2011-08-03 Thread Jan Ciesko (GMAIL)
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/

svnlook changed - howto see all deleted files in pre-/post-commit hooks

2011-08-03 Thread Jan Ciesko (GMAIL)
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/

attaching a hook to svn commit to generate TRAC-wiki page

2011-06-09 Thread Jan Ciesko (GMAIL)
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