Awn

SVN Checkout

Asked by Wilfried Kopp

I am wondering how it works to check out the current version of AWN in order to fix bugs.
I just discovered LaunchPad today, however, I do know about SVN.

Is there an anonymous login or people need to be "contributors" in order to checkout the HEAD ?

Regards and congrats for the work !

Question information

Language:
English Edit question
Status:
Solved
For:
Awn Edit question
Assignee:
No assignee Edit question
Solved by:
Michal Hruby
Solved:
Last query:
Last reply:
Revision history for this message
Best Michal Hruby (mhr3) said :
#1

AWN no longer uses SVN, for some time bazaar (bzr) is being used, but yes you can checkout (or branch in bzr terminology) the repository anonymously - just install bzr and do `bzr branch lp:awn` (this command can be found on https://code.launchpad.net/awn)

Revision history for this message
Mark Lee (malept) said :
#2

I agree with what Michal said. I am currently updating the "How to use Bazaar with Awn/Awn Extras" page on our wiki to reflect the current development practices.

http://wiki.awn-project.org/HowToUseBzr

Revision history for this message
Wilfried Kopp (chevdor) said :
#3

Thanks Michal Hruby, that solved my question.