Thread: Subversion path
View Single Post
  #1  
Old 09-10-2009, 05:55 PM
RodrigoReboucas RodrigoReboucas is online now
Registered User
 
Join Date: 07-15-2009
Posts: 12
Subversion path

We have subversion installed in one of our servers and we are trying to use the "Subversion" step of VBP to checkout one of the projects to a local drive. It is possible to access the subversion path through the Tortoise Repo Browser and through the Visual SVN server manager but we must be doing something wrong on the VBP step because we get a "Failed to create process: The system cannot find the file specified." error when we test it.

I am sending an attached file with the repo browser so you can see the repo url path and I am pasting the xml from the VBP step below. Any suggestions? Thanks!

<step action='Subversion'>
<Files>trunk</Files>
<Host>MI21TSS02.india.corp</Host>
<LocalPath>C:\VisualBuild\ProjectsVSS</LocalPath>
<Password>blablabla</Password>
<Protocol>http</Protocol> <Repository>
svn/UltimateSoftwareClassLibraries
</Repository>
<Subcommand>checkout</Subcommand>
<Username>rodrigo</Username>
<indent type='3'>1</indent>
<name>Get Subversion US Class Library</name></step>
Attached Images
 
Reply With Quote