satheesh
Thanks Mand & andyl, but I need to add(edit) commit comments to file for certain checkin operation for some users(who have administrator privilege)only not all clients. So it is possible to modify the file which being committed in pre-commit script, right??? I have used svnlook.exe to fetch Commit comment. svnlook.exe log -t %TXN% %REPOS% in pre-commit.bat Is any script is available for editing the file before it getting committed(in pre-commit itself i need to modify the file)??? Thanks in advance.
satheesh
Thanks, Can i change the custom property in pre-commit hook, any script available???
satheesh
Is it possible in post-commit ???
satheesh
Thanks andyl, there is two lines in pre-commit.temp *** NOTE: THE HOOK PROGRAM MUST NOT MODIFY THE TXN, EXCEPT *** *** FOR REVISION PROPERTIES (like svn:log or svn:author). *** what it means ??? it is for client ???