continuous integration - How can I pass checkout rules to TeamCity for SVN? -
i have script extracts .sql files svn , creates build package can deployed on database. script reads in text file in specify .sql files needs fetch svn , reside in svn. teamcity executes script me without issues.
however, teamcity manage svn interaction , extract required .sql scripts form build package. teamcity still run same (modified) script form build package structure - script have been edited not connect svn anymore.
i have read checkout rules in teamcity not sure if need.
note, .sql files form build package live in same vcs root, under many different folders under root , may need obtain 1 .sql file vcs folder may contain several .sql files.
thanks in advance!
Comments
Post a Comment