deployment - deploy svn branch without version folder -



deployment - deploy svn branch without version folder -

using beanstalkapp, deploy branch staging environment. branch has name of "version_1.0.0". ftp staging environment , see "version_1.0.0" folder has been created here also. how deploy files without having branch name or version appear? maybe went naming branch in wrong way, don't know.

you need tweak checkout command bit.

rather doing:

svn checkout [path/to/my/reopo/branches/version_1.0.0]

you need add together . end (assuming in directory want files checked out to). this:

svn checkout [path/to/my/reopo/branches/version_1.0.0] .

svn deployment branch

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -