|
From: Michael S. <mic...@cs...> - 2008-08-04 17:02:24
|
I tried to commit some changes to the website this morning and got this error: (12:49:35) exit:128$ svn commit -m "reworded some text in news and cleaned up left-nav" Authentication realm: <https://subversive.cims.nyu.edu:443> OSP Repository Authenticaion Password for 'mschidlowsky': svn: Commit failed (details follow): svn: MKACTIVITY of '/osp/!svn/act/502f4220-a553-0410-8bef-a4093f9e1ba0': 500 Internal Server Error (https://subversive.cims.nyu.edu) Any idea what's causing this? In the meantime, here's my version of news.html (suggestions welcome): <div> <h2>JavaGit News</h2> <hr> <h3>JavaGit Releases Version 0.1.0 Alpha</h3> <h4>August 4, 2008</h4> <p> The JavaGit team is pleased to announce the release of JavaGit version 0.1.0 alpha, a Java API to <a href="http://git.or.cz">Git</a> (the popular distributed version control system). The JavaGit API is both friendly to users just getting the hang of Git and familiar to experts well versed in Git's porcelain and plumbing. </p> <p> Use JavaGit's <b>command API</b> for access to raw git commands or the <b>object API</b> for type-safe and Java-friendly access to the the .git folder, the working tree, and other familiar git concepts. Visit the <a href="cookbook.php">JavaGit Cookbook</a> to get started. </p> <p> JavaGit is released as open source software under the GNU LGPL license. </p> <p> For additional information on the JavaGit project, please visit: </p> </p> http://www.javagit.com </p> </div> |