Re: svn revision policy

2012-02-22 Thread fiona
thanks a lot for your support! in fact , I'm confused by 'build time' and 'Head revision' in configuring 'subversion revision policy', I don't know the difference between them. I think both of them check out the revision at the build startup time. On 2月23日, 上午5时14分, Les Mikesell wrote: > On Wed,

svn revision policy

2012-02-21 Thread fiona
I confused about svn revision policy in system configuratioin. my understanding as follows: queue time: if I set Poll CM to */10 * * * *,when ten minutes arrive,i.e. 10:50:40,my WC will update to the revision at the time ,even the build is waiting for long time in queue ? build time: when ten minut

Re: constant building from svn - no change

2012-02-20 Thread fiona
jenkins and svn repo server are in the same domain, the clock should be in sync, is it? On 2月21日, 下午1时37分, Sami Tikka wrote: > The fist thing you need to check with svn, possibly others too, is that > Jenkins server's and svn repo server's clocks are in sync. Not almost, but > exactly. Run ntpd

Re: constant building from svn - no change

2012-02-20 Thread fiona
assed, during the 10 minutes, there are changes in repo(revision is 20),so next build in queue, however the frontal build already update to the head revision 20, the possibility exist? On 2月20日, 上午9时17分, fiona wrote: > hi, > I met this problem when use master and slave, I have only one r

Re: ldap config

2012-02-19 Thread fiona
now it works, I modify 'user search filter' to 'sAMAccountName{0}', thanks for the support! On 2月17日, 下午11时48分, David Weintraub wrote: > On Fri, Feb 17, 2012 at 5:09 AM, fiona wrote: > > After I config ldap security, when anyone can't logon, my > > confi

Re: constant building from svn - no change

2012-02-19 Thread fiona
hi, I met this problem when use master and slave, I have only one repo, this issue happened in no regular time BTW, the problem arised when we have built many hundreds builds . On 2月18日, 上午12时41分, "Kalluri, Jagan" wrote: > Hello Fiona, > > I also experience this proble

Re: constant building from svn - no change

2012-02-17 Thread fiona
I also met this situation, my the 1st line of the console of a build: started by scm change On 2月17日, 下午7时25分, Didier Durand wrote: > Hi, > > Can you tell us what the very 1st line of the consol of a build: it > usually gives the reason for starting the build . > > regards > > didier > > On 17 fé

ldap config

2012-02-17 Thread fiona
After I config ldap security, when anyone can't logon, my configuration is: server : X root dn: like dc=sun,dc=com,dc=cn manager dn :XXX manager password: it is not right?

build history token

2012-02-16 Thread fiona
now I find in build history pane,it look like: blue star icon + #2012-2-16 19:35:55 + console output icon + 245M I want to know 245M is what? I find It sometimes is small 1k,sometimes is large, and sometime it is blank,how 245M appear? maybe some plugin ?

Re: jenkins svn update

2012-02-16 Thread fiona
I test before, if I execute 'svn update' at client, I feel the speed is faster than jenkins :), svn version in jenkins is 1.6,but my svn server is 1.7, it not to upgrade? the speed is relate to Apache? On 2月16日, 下午4时48分, Didier Durand wrote: > Hi Fiona, > > The place to inc

Re: jenkins svn update

2012-02-15 Thread fiona
r the JVM running the job to handle the svn > protocol efficiently > > Try to increase the -Xmx -Xms on the Java Options of your job config. > > I would be interested to read about your results with this proposal or > any other. > > regards > > didier > > On F

jenkins svn update

2012-02-15 Thread fiona
if my source code is managed by svn, when a new build start, it will update first,but I find it very slow, if I execute command 'svn update' alone, it is update fast. what factor maybe affect the speed?