SVN trunk checkout

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
Guitarm
Forum Moderator
Posts: 385
Joined: 2004-01-18 15:38

SVN trunk checkout

Post by Guitarm » 2006-10-20 06:31

I've noticed that you need to add a 'dcplusplus' to the 'svn co' to get the trunk only.
Like, instead of

Code: Select all

svn co https://svn.sourceforge.net/svnroot/dcplusplus/trunk xxxxx
it's more like

Code: Select all

svn co https://svn.sourceforge.net/svnroot/dcplusplus/dcplusplus/trunk xxxxx
Is this by purpose or?

The Subversion page on sf say's:
and
in most cases, you will want to add '/trunk' to the HTTPS URL above to check out only trunk (main development line)
but that doesn't work:
"Nothing really happens fast. Everything happens at such a rate that by the time it happens, it all seems normal."

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2006-10-20 18:09

The documentation is generic, and it doesn't know how arne set it up.

Locked