On Wed, Jan 4, 2012 at 4:25 PM, Johan Compagner <jcompag...@gmail.com> wrote:
> Currently i just have 3 workspaces for wicket (1.4,1,5 and trunk/master)
>
> But git works with a/one working directory...
>
> thats always one of those..
>
> So is the only solution to have the remote git repo dumped three times on
> my disk?
> I don't find that very logical..

It is logical: it is no different than having 3 checkouts of SVN
living on your hard disk.

A git checkout with full history is probably the size of O(1) of a SVN
checkout (especially for SVN < 1.7). You can still use your normal
flow just as you'd do with SVN.

If you don't like having to wait for the full checkout coming from the
apache server, you can easily just clone locally, and set the remote
afterwards.

You don't have to use the one folder for all branches paradigm, but
you can. Or I can, or Igor can, or Emond can. With git we have a
choice ourselves. WIth SVN not so.

Martijn

Reply via email to