Is it possible to setup something like svn proxy that can manage the precommit tasks? Lets say that we have our svn branch and we don't have any access to svn server settings. However we want to have something (service) which can see our branch and work as a proxy for svn so developer can commit to this service and after some actions his request will get to the branch. The outside interface should be exactly the same as a normal svn server. So users should not be able to understand if they commit directly or there is something in between. In general something like a gate.
If I have such a setup then I can run a teamcity on this gate without client side integration such as a plugin for vs or command line plugin.
Thank you.
In case you want to test your code before your commit, You can try using Teamcity's pre-tested commit setup .
teamcity has plugins for both eclipse and intellij, so you can basically send a patch of code that would be built,deployed and tested and comiitted only if all the targets have been run succesfully
To add, there are plugins for eclipse,IntelliJ and Visual Studio