I thought I was entering into Windows twilight zone, svn wouldn't let me commit on my XP console. Turns out it doesn't like single quotes, so this wouldn't work:
svn ci -m 'This is my message'
I had to do this:
svn ci -m "Windows XP sucks bobo bigtime"
Hope that helps someone keep from pulling their hair out...
Aaron
This blog is built on an experimental engine conceived by Aaron Fay. The system used to power this site is running on the awesome Django framework. As the site becomes more complete, and the functionality becomes streamlined, I will reveal more about the inner workings and may also release it open source one day. The most prominent feature at this point is all the different content types use the same model :)
No comments.