svn export and deployment on WINDOWS -


how deploy code svn windows envronment?

i looking execute following steps:

  1. 'svn export' (only changed files after revisons) windows command line.
  2. deploy changed files on windows environment.

thanks.

you need install command line svn client on windows first. tortoisesvn's recent versions reportedly include one. need use same commands did under linux. think mean 'svn co' not 'svn export' assumes have checked out copies on local file system.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -