GPinzone

GPinzone

Member since: Jan 2011

Recent posts

Post When
What you're asking doesn't make sense. SVN doesn't work like PVCS. The workfile location in PVCS is

Posted in SVN Option similar to "Set workfile location.." option in PVCS

Yes, just use svnlook to get a list of the files. You probably want to filter out the delete files f

Posted in Files list in pre-commit hook (Windows7)

That doesn't do the same thing my script does. That script gives blanket access to change any log by

Posted in Pre-revprop-change shell script allows commiters to change own log within 'X' hours

You are trying to upload to the branches directory rather than a folder under it. If you change: b

Posted in Looking for Hook Script to restrict Folder deletion/update

I hate hook scripts in Windows. Based on the info here: [url]http://thenaish.wordpress.com/tag/post-

Posted in How to set svn:log in Post-commit hook

You didn't use a patched svnperms.py. Try the one I'm attaching. I had to zip it to upload it: [ATT

Posted in Looking for Hook Script to restrict Folder deletion/update

[QUOTE=jatin;123069]Thaks for providing patch details but not sure how to use it.[/QUOTE] Google th

Posted in Looking for Hook Script to restrict Folder deletion/update

First, are you sure you're actually executing the python script? I'm assuming python is in your PATH

Posted in Looking for Hook Script to restrict Folder deletion/update

The way you have it written, anyone can make, update, or delete a branch, but admins and group1 user

Posted in Looking for Hook Script to restrict Folder deletion/update

Ah, then [URL="https://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/"]svnperms.py[/U

Posted in Looking for Hook Script to restrict Folder deletion/update