digitalmars.D - Harmonia SVN access
- Tim Laurent <nanobyte gmx.com> Jul 24 2005
- "Andrew Fedoniouk" <news terrainformatica.com> Jul 24 2005
- Tim Laurent <nanobyte gmx.com> Jul 24 2005
Hi, How do I login to the SVN repository (svn://harmonia.dyndns.org)? I installed TortoiseSVN, and it always prompts me for a username. Not entering it or entering "anonymous" or "Anonymous" does not work. Access denied. Is it not public anymore? Thanks, -Tim
Jul 24 2005
Try following in command line: svn.exe checkout svn://harmonia.dyndns.org c:/dprojects/harmonia I guess you are doing 'import' instead of 'export'. Andrew. "Tim Laurent" <nanobyte gmx.com> wrote in message news:dbvspq$29pu$1 digitaldaemon.com...Hi, How do I login to the SVN repository (svn://harmonia.dyndns.org)? I installed TortoiseSVN, and it always prompts me for a username. Not entering it or entering "anonymous" or "Anonymous" does not work. Access denied. Is it not public anymore? Thanks, -Tim
Jul 24 2005
I guess you are doing 'import' instead of 'export'.
Exactly - a matter of perspective. Thanks, -Tim
Jul 24 2005








Tim Laurent <nanobyte gmx.com>