Arbit - project tracking

Arbit - project tracking

#131: svn - initial checkout - dont use config for user and pass

Issue attachments

Issue revisions

  • new by Flyingmana at 2010-F-03 16:36
  • new by Flyingmana at 2010-F-03 16:36
  • closed by Kore Nordmann at 2010-F-04 9:34
Type bug bug
State closed closed
Priority medium medium
Resolution fixed fixed
Assigned to Nobody
Scheduled for 0.3-alpha
Affected versions
Affected components Modules / Source
Last change Thursday 4 February 2010 09:34:50 UTC by Kore Nordmann

Short description

Userdata in the config file are dont used

Environment

an subversion repository which need an user and password for access. Use of the vcsSvnCliCheckout module

Steps to reproduce

clear svn cached userdata in ~/.subversion/auth/svn.simple/some_file

make ./modules/source/scripts/manage -p project -v checkout

...

Expected behavior

it finishes successful with for example "Repository checkout at version #143."

Actual behavior

you get an error and an exit code: "svn: Can't get password"

  • Flyingmana at Wednesday 3 February 2010 23:36:34 UTC

    Have attach an patch to fix it. have test it with my case and it works. Also it still works how expected if no username or password is given

  • Kore Nordmann at Thursday 4 February 2010 09:34:50 UTC

    Thanks for the patch. Fixed in revision #1606.

  • Flyingmana at Thursday 4 February 2010 23:58:33 UTC

    I think you have broken it with the patch after this again.

    You have forgotten the $this by $configuration->get( 'repository', 'url' ) in the checkoutfunction