2012/4/10 Gábor Garami <gabor.gar...@hron.me>: > In Jenkins terminology Slave means separated machine what fetches, builds > and test jobs and all artifact being copied back to the Master after build, > inc. test logs, real artifacts, stats, etc. Master just triggers and monitor > the build process but not do anything on Slave. Except if you specified to > install some tools (e.g. Maven, Ant, JDK. etc) from their site. > > So you need install svn and all tools for successful build to ALL slaves. > And you must set required creds to if they're needed.
I thought jenkins used the java subversion client and passed the credentials that you set for the job. Or are you running local tools in a build script commands instead of using the subversion plugin? -- Les Mikesell lesmikes...@gmail.com