On Mon, 2008-08-11 at 16:34 -0400, Jeff Kowalczyk wrote: > Cloning the LedgerSMB Sourceforge Subversion Repository > ======================================================= > > In time we may have an official git mirror from which to clone (a > very quick copy operation), but you can make your own clone of > the LedgerSMB repository directly from Sourceforge: > > $ git svn clone https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ > ledgersmb > Initialized empty Git repository in /path/to/ledgersmb/.git/ > A ledger-smb/login.pl > A ledger-smb/menu.ini > A ledger-smb/ledger-smb.gif > A ledger-smb/is.pl > A ledger-smb/VERSION > (..., ..., go get coffee)
At least with the current version of git in etch-backports (1:1.5.6.3-1+lenny2~bpo40+1), this command needs an extra switch to actually get it to recognize the branches in the Subversion repository and set up the trunk, 1.2, tags/*, etc. branches in the generated git repository. git svn clone https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/ ledgersmb --stdlayout seems to do the trick. -- eefi
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Ledger-smb-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-devel
