Is it possible to perform pre-tested commit in Subversion via remote run command line?
Hello,
In MS VisualStudio we can run build with pre-tested commit using Visual Studio Addin. Is it possible to run pre-tested commit in Subversion via remote run command line i.e. do the same action as in MS VisualStudio with TeamCity plug-in? Something like this:
java -jar tcc.jar run -c ProjectName -m pre-test commit --host http://teamserver:5000
Please sign in to leave a comment.
Hi Oleg,
No, there is no ability to perform pre-tested commit using Command Line Remote Run plugin. Why don't you want to start personal builds using VS plugin?
Well, perhaps I have to start use it.