Darwinbots Forum

Code center => Darwinbots Program Source Code => Topic started by: Botsareus on April 27, 2013, 12:57:26 PM

Title: JC, Now something is wrong with SVN...
Post by: Botsareus on April 27, 2013, 12:57:26 PM
I was trying to commit some changes and I get: (see picky)

Commit: Commit failed (details follow): No such revision 113 PROPFIND of '/Darwinbots2/!svn/vcc/default': 500 Internal Server Error (http://svn.darwinbots.com) (1 entry)

I even tried upgrading Smart SVN, that did not help either.

 :blink:
Title: Re: JC, Now something is wrong with SVN...
Post by: Botsareus on April 27, 2013, 01:00:34 PM
Strange, I was able to submit the new 'colors.bas'

Then I tried submiting my changes and I get:

Commit: Commit failed (details follow): Base checksum mismatch on '/trunk/Darwinbots2/Globals.bas': expected:  73daed60049a83bb0a31e2489391b36a actual:  edcc1476bba068e9ab6e7e8e54464a3a PUT of '/Darwinbots2/!svn/wrk/5da4664c-3e01-0010-b854-9ff877712a89/trunk/Darwinbots2/Globals. bas': 500 Internal Server Error (http://svn.darwinbots.com) (9 entries)

I even tried logging off and logging back in, that did not help either.
Title: Re: JC, Now something is wrong with SVN...
Post by: Peter on April 27, 2013, 01:34:06 PM
Maybe something is stuck on Globals.bas with smartSVN(I've never actually used it). You could try reverting Globals.bas then commiting the changes of Globals.bas, remember to c/p the original content of Globals.bas somewhere.
Title: Re: JC, Now something is wrong with SVN...
Post by: Botsareus on April 27, 2013, 01:55:15 PM
I tried submitting everything excluding globals.bas and it crashed at a different module. That is an idea though, if the Admins don't have an answer for me I'll try to backup my changes, delete the whole local copy, reopen the repository, and then put back my changes. That is a last resort though.

p.s.

Thank god it did not effect any .frx files...
Title: Re: JC, Now something is wrong with SVN...
Post by: Numsgil on April 27, 2013, 07:33:30 PM
Sometimes your local SVN stuff gets out of sync with the server.  Copy the file somewhere, make sure you have a copy of all the files you've changed that aren't in the repository, then delete the directory and resync it from the server.  Then copy the files you changed back and try again.
Title: Re: JC, Now something is wrong with SVN...
Post by: Botsareus on April 30, 2013, 12:14:23 PM
 8) It worked, thx