Ticket #123 (closed defect: worksforme)
svn uses co not up when using mode='update'
| Reported by: | dfeurle | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | undecided |
| Version: | 0.7.6 | Keywords: | |
| Cc: | feurle@… |
Description
The following line of code in the config file should be used to update a svn repository:
f1.addStep(source.SVN(mode='update', baseURL=' svn+ssh://xyz/srv/svn/xyz/',
defaultBranch='trunk', workdir='build'))
But the source is checked out for every build rather than just updated.
Resulting command:
C:\WINDOWS\system32\cmd.exe /c C:\Programme\Subversion\bin\svn.EXE checkout --revision HEAD --non-interactive svn+ssh:/xyz/srv/svn/xyz/trunk build
Change History
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/trac/chrome/site/header-text-transparent.png)