Repository -> Cannot get changeset -> SVN info Fails with E210002

Hi there,

we have a big repository like that:

\Projekt<br>\Projekt\trunk<br>\Projekt\PH_Bug_branches<br>\Projekt\PH_Bug_branches\Bug_00001
to
\Projekt\PH_Bug_branches\Bug_00895

everytime we start this projekt, we get an error from svn…
Cannot get changes for repository Powerhaus: Error running SVN log : Running C:\Program Files\SlikSvn\bin\svn.exe with arguments “info svn://blowfish.sykosch.de/PowerHaus/PH_bugs_branches/Bug_15507_In_den_Stammdaten_gepflegte_Banken_werden_nicht_beim_Anlegen_einer_Bankverbindung_gefunden/ --non-interactive --trust-server-cert --no-auth-cache --username buildserver *******************” failed with return code 1 and error output: "svn: E210002: Unable to connect to a repository at URL 'svn://blowfish.sykosch.de/PowerHaus/PH_bugs_branches/Bug_15507_In_den_Stammdaten_gepflegte_Banken_werden_nicht_beim_Anlegen_einer_Bankverbindung_gefunden’
svn: E210002: Netzwerkverbindung wurde unerwartet geschlossen

we dont have an idea why. Our network works fine.

Kind regards
Sascha I.

Hi,

It looks like “Projekt” is missing from the url: svn://blowfish.sykosch.de/PowerHaus/PH_bugs_branches/Bug_15507_In_den_Stammdaten_gepflegte_Banken_werden_nicht_beim_Anlegen_einer_Bankverbindung_gefunden/ 

Can you post your repository settings? 

The Repository Url should be “svn://blowfish.sykosch.de/PowerHaus”. Under Branches, the Default Path should be “\Projekt\trunk” and the Branches Path should be"<span style=“background: #ffffff;”>Projekt\PH_Bug_branches".




This are the Repository Settings…
Edit Repository -> Subversion -> Repository URL -> svn://blowfish.sykosch.de/PowerHaus
Edit Repository -> Subversion -> Externals -> Detect and Checkout
Edit Repository -> Branches-> Branched to Monitor -> By Pattern
Edit Repository -> Branches-> Default Path -> /trunk/
Edit Repository -> Branches-> Branches Path -> /PH_bugs_branches/
Edit Repository -> Branches-> Branch Pattern -> /BUG_[^/]+/

This is the SVN-Tree
svn://blowfish.sykosch.de/PowerHaus
svn://blowfish.sykosch.de/PowerHaus/trunk
svn://blowfish.sykosch.de/PowerHaus/PH_bugs_branches
svn://blowfish.sykosch.de/PowerHaus/PH_bugs_branches/Bug 14644
svn://blowfish.sykosch.de/PowerHaus/PH_bugs_branches/Bug 14645
etc.

This sounds like an svn configuration issue. Are you able to connect to the server from the command line on the same machine as Continua CI?

Yes, no Problem.
Weeks ago we update the local trunk Repository every 5 mins using the SVN Commandline tool. That works…

Also our Sandbox testrepository works fine…maybe because there are much less Files

Hi,

Can you check which user your Continua CI Service is running under? Shift+right click on the command prompt shortcut on the server and run as that user, then type the command that failed. e.g.

svn info svn://blowfish.sykosch.de/PowerHaus/PH_bugs_branches/Bug_15507_In_den_Stammdaten_gepflegte_Banken_werden_nicht_beim_Anlegen_einer_Bankverbindung_gefunden/ --non-interactive --trust-server-cert --no-auth-cache --username buildserver --password yourpassword

Do you get the same error? If so this implies that there is an issue with that user’s access to the network.

Otherwise can you try again with the latest version 1.5? We have fixed some issues with using non-English versions of Subversion.

Does this happen every time you reset the repository or run a build, or is it an intermittent? Is it always the same error message? Does the branch in the error message definitely exist? e.g. /PowerHaus/PH_bugs_branches/Bug_15507_In_den_Stammdaten_gepflegte_Banken_werden_nicht_beim_Anlegen_einer_Bankverbindung_gefunden