Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Upgraded to 6.0.27, SVN can not chcked out #3319

svngit ·
hi,
I run quickbuild (6.0.10) well, but,I upgrade it to 6.0.27,There are some problem with the latest version .
Here is details.
When the system starts to perform this step (Repository > Checkout >SVN checkout), an error has occurred, System prompts no permissions to checkout.
you can not checkout the content from SVN (version 1.6.1) My SVN repository management standard: No one can read, only the authorized person can
checkout and checkin.
After the read permission of SVN root folder is granted to sb, code checkout is conitnues.
but,I can not change the repository management standard, so,I can not upgrade the quickbuild to the latest version.

Give me some advice.
Thanks.
  • replies 7
  • views 6062
  • stars 0
robinshen ADMIN ·
QB does not make any changes in this regard since QB 6.0.10. Does it work if you run the same command printed in QB log on command prompt?
svngit ·
hi, robin;

When run in QB 6.0.10, run normal ;

13:46:42,302 INFO - Running step...
13:46:42,303 INFO - Checking out revision '12' of repository 'repo'...
13:46:42,303 INFO - Checking out (url: https://x.x.x.x/photo/trunk/, to: /data0/8899/workspace/80, revision: 12)
13:46:43,381 INFO - Getting changes of 'repo' since build 'Tag_Svn__7'...
13:46:43,967 INFO - Executing post-execute action...
13:46:44,103 INFO - Checking step execute condition...

After upgrade to Qb 6.0.27, error occur;

Failed to run command: /usr/bin/svn log https://x.x.x.x/photo --non-interactive --trust-server-cert --username svngit --password ****** --xml -r 12
Command return code: 1
Command error output: svn: E175013: Unable to connect to a repository at URL 'https://x.x.x.x/photo'
svn: E175013: Access to 'https://x.x.x.x/photo' forbidden

Please note. QB changes the parameters of svn url .Only reserved root address of svn url. instead,I work in a subdirectory.
Is this a bug?
robinshen ADMIN ·
Sorry my mistake. QB 6.0.27 does add a feature affecting this: it now needs to record most recent committer and associated message in order to get them displayed in situations such as pipeline gadget. To do this, QB has to run log against root url.
fare ·
I have the same problem after upgraded to 6.0.27.
My account have read privilege in a path only, admin won't give me read privilege in root.
In addition to downgrade to 6.0.8, what else can I do?
robinshen ADMIN ·
[quote="fare"]I have the same problem after upgraded to 6.0.27.
My account have read privilege in a path only, admin won't give me read privilege in root.
In addition to downgrade to 6.0.8, what else can I do?[/quote]
Unfortunately read access to the root url is a must for this revision, an improvement request is created as below to make this behavior optional:
http://track.pmease.com/browse/QB-2540
fare ·
[quote="robinshen"][quote="fare"]I have the same problem after upgraded to 6.0.27.
My account have read privilege in a path only, admin won't give me read privilege in root.
In addition to downgrade to 6.0.8, what else can I do?[/quote]
Unfortunately read access to the root url is a must for this revision, an improvement request is created as below to make this behavior optional:
http://track.pmease.com/browse/QB-2540[/quote]

Thanks for create an improvement request for the problem, can it be solved in the 6.0.29 version or later?
robinshen ADMIN ·
We will try to get it solved before end of this year in a big release.