Floyd’s Thoughts…

Because Everything is Interesting!!!

Archive for the ‘Subversion’ Category

New Sourceforge Design

without comments

Wow, isn’t the new SourceForge style absolutely awful?

Written by Floyd Price

September 19th, 2008 at 1:27 pm

Something I didn’t know Yesterday

without comments

Using the SVN client you can pass –xml to most of the commands to get a response in XML!

This is great for apps that use the SVN Client API and need to parse the response, for example…

svn log http://svn_url --xml

Will produce a nice XML version of the SVN log.

For good measure you can also use the verbose option to extract even more information…

svn log http://svn_url --xml -v

Pretty cool ey?

Written by Floyd Price

August 12th, 2008 at 8:23 pm