A Simple Build

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
SteveJones
Posts: 1
Joined: Wed Jan 13, 2010 1:42 am

A Simple Build

Post by SteveJones » Wed Jan 13, 2010 1:49 am

I am simply looking to pull the latest source from SourceGear Vault, Compile the Solution and XCOPY the output to the web directory.

I am not looking to use cruise control or Nant. I tried to use Deploy.exe available from SourceGear but I don't know what the command line options are. I was able to generate an XML file using the visual deploy tool but I am not sure what to do from that point on. I have searched the site and google but have not been able to find any answers on using deploy.exe. I have also tried depoy.exe -?, deploy.exe /?, deploy.exe HELP with no luck.

How do I get the sourcegear tool deploy.exe to pull from my SOS repository to a specified directory?

Thanks,
Steve

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Re: A Simple Build

Post by lbauer » Wed Jan 13, 2010 10:11 am

For some reason it doesn't like the uppercase letters for the help command. Try all lower case:

Code: Select all

deploy help
the documentation results should be:

Code: Select all

-user username
      Username to use when connecting to server.
-password password
      Password to use when connecting to server.
-server host
      Hostname of the server to connect to.
-repository repositoryname
      Repository to connect to.
-useSSL
      Enables SSL for server connection.
-source repositoryPath
      The repository path of the source folder to be deployed.
-target targetLocation
      A local path or ftp location to deploy to.
-r
      Act recursively on source folder.
-xml xmlFilePath
      The path of an xml file to read parameters from.
-ftpUser username
      Username to use when connecting to FTP server.
-ftpPassword password
      Password to use when connecting to FTP server.
-ftpPort portNumber
      Port to use when connecting to FTP server.  (defaults to 21)
-ftpAnonymous      Enables anonymous FTP authentication.  
Linda Bauer
SourceGear
Technical Support Manager

Post Reply