Hi,

            The following line in the draco.builds.config gives me an error…..svn: Unable to open a ra_local session to URL error                       

 

<Svn>

                        <URL>file:///Z:/Development/Testing/MySolution</URL>

            </svn>  

 

Failed to process build ' TestBuild '.  The following exception occurred:
System.ApplicationException: Process "svn.exe" error. Exited with status: Failed.
Command Details:
"svn.exe" log -r "{2005-04-06T09:11:41-04}:HEAD" file:///Z:/Development/Testing/MySolution --xml --verbose  --non-interactive
 
         Exit Code: 1.
         Stdout: 
<?xml version="1.0" encoding="utf-8"?>
<log>
 
         Stderr: 
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///Z:/Development/Testing/MySolution'
 
 
   at Draco.Core.Util.ProcessRunner.Run(StartInfo startInfo, String output)
   at Draco.Core.Scc.SvnRepository.RunSvnCommand(String arguments)
   at Draco.Core.Scc.SvnRepository.GetModifications(DateTime sinceDate)
   at Draco.Core.Runtime.BuildRunner.GetModifications(DateTime earliestModificationTime)
   at Draco.Core.Runtime.BuildRunner.CheckForChanges(BuildType buildType, Boolean& changesSinceLastBuild)
   at Draco.Core.Runtime.BuildRunner.Start(BuildType buildType)

 

I run the svn.exe ("svn.exe" log -r "{2005-04-06T09:11:41-04}: HEAD" file:///Z:/Development/Testing/MySolution --xml --verbose --non-interactive) command through the command line and it works fine….

 

Works fine if the repository is on the local machine…so the following line in the draco.builds.config works fine…

 

<Svn>

                        <URL>file:///C:/TestSVNRepository/MySolution</URL>

            </svn>  

 

Any ideas, on y I am getting a svn: Unable to open a ra_local session to URL error when my repository resides on a shared drive….

 

 

Thanks,

-Sashi.

 

 

Reply via email to