This is why I like Coke better :) - Pepsi and Coca-Cola Logo Design Over the Past Hundred Years via http://ping.fm/OQmF9
page 1 of 7
»
Check out Google’s new experimental search: http://ping.fm/qNSMe
What you are is what you have been. What you’ll be is what you do now.Buddha via http://zenhabits.net/2009/07/the-essential-motivation-handbook/
Important human relationship safety tip: correct answer to ‘do you know what I am thinking?’ is ‘no’http://blogs.msdn.com/ericlippert/archive/2009/07/02/the-correct-answer-is-no.aspx
shares http://ping.fm/fiIrS (“Newsweek’s Fifty Books for Our Times”), which none I’ve read so far :) #books
Sample of pre-revprop-change hook script for Windows
- Copy the existing
pre-revprop-change.tmplfile topre-revprop-change.batin your repository hook folder. - Edit the content, replace it with this:
set REPOS=%1
set REV=%2
set USER=%3
set PROPNAME=%4
set ACTION=%5
if %ACTION% == M (
if %PROPNAME% == svn:log (
exit 0
)
)
rem echo "Changing revision properties other than svn:log is prohibited" >&2
exit 1
- Try to change the log message using TortoiseSVN
- Good luck! :)
For more complete example, try this: http://svn.haxx.se/users/archive-2006-03/0107.shtml
WinXP SP2 users out there, may require a hotfix first before installing an update for Microsoft products in ISO format http://ping.fm/nLk2w


