View Single Post
  #3  
Old 02-06-2015, 08:02 AM
Jens Jens is online now
Registered User
 
Join Date: 12-05-2014
Posts: 5
Now I got a solution for this issue (by using the Visual Build SVN step):

1. Leave all the fields blank in the repository tab
2. Under Subcommand tab:
- set the path the the WorkingDirectory under Files/Modules to process
- set the WorkingDirectory path under Working directory for local files
3. Under Advanced tab:
- set the following dos command in the Command to run before main command: cd %YOUR_WORKING_DIR%

I think the key thing was the command to change to the working directory. The svn.exe then does not need any explicit host information, but will query them from the database folders of SVN that are stored (hidden) in the working directory
Reply With Quote