[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Distributed LedgerSMB Development With DVCS - Git



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

Attachment: signature.asc
Description: This is a digitally signed message part