You'd fork in case you want write access to the repo. With this url: git://github.com/symfony/symfony-sandbox.git
<http://github.com/symfony/symfony-sandbox.git>You have only read access. In my case, I clone it, then I delete the .git directory and finally import it to my own repo. Hope this helps. On Mon, Jan 10, 2011 at 11:46 AM, Donald <[email protected]> wrote: > But I'm wondering *how* you got it from the repo? As far as I know, > you can download it, or fork it, or clone it, each of which has > various repercussions on how a project will behave in regards to > updates to the sandbox. > > On Jan 10, 8:41 am, Gustavo Adrian <[email protected]> > wrote: > > From the repo: > > > > git://github.com/symfony/symfony-sandbox.git< > https://github.com/symfony/symfony-sandbox> > > > > > > > > > > > > > > > > On Mon, Jan 10, 2011 at 11:39 AM, Donald <[email protected]> wrote: > > > Thanks. > > > > > How did you begin working with the sandbox? Did you download the zip, > > > or fork the repo, or clone it, or something else entirely? > > > > > On Jan 10, 8:35 am, Gustavo Adrian <[email protected]> > > > wrote: > > > > I've been using the sandbox with vendors updated with the scripts > that > > > > symfony comes with (on bin/ directory). First I've tried to use > > > submodules > > > > but for a few reasons I decided to stick with just cloning my vendors > > > with > > > > the scripts of the sandbox. When I want to update my vendors, I just > run > > > > ./bin/install_vendors.sh and I'm ready to work. > > > > > > Some of my personal reasons for this were: > > > > > > . In my continuous integration system I've got several failed builds > when > > > it > > > > tried to download some of the submodules. The problem was that the > > > > connection with Github failed for several reasons (timeout, etc). > > > > . Updating vendors one by one took me a lot of time (maybe I don't > know > > > how > > > > to use submodules in the right way yet :P) > > > > > > Again, these are my personal reasons. I'm not an expert with git so > maybe > > > > submodules are the best bet for other developers. > > > > > > Hope this helps :) > > > > > > On Mon, Jan 10, 2011 at 11:26 AM, Donald <[email protected]> > wrote: > > > > > Hi, > > > > > > > I've been experimenting with the zip version of the symfony 2 > sandbox > > > > > for a while, and I'd like to start using github for my project. > I've > > > > > read up a little on git and am familiar with the basics, plus > > > > > submodules and subtrees. > > > > > > > I'm trying to determine the best way to proceed when setting up a > new > > > > > symfony2 project. With symfony 1, I had used svn:externals to keep > the > > > > > symfony framework up-to-date, and with symfony2 I've tried various > > > > > things from subtree merges, to creating the vendors as submodules, > to > > > > > even forking the symfony 2 sandbox on github. > > > > > > > I'm not exactly sure which of these is the most appropriate way to > > > > > setup a new project. They all seem to have their benefits and > > > > > problems. Can anyone with experience in this provide me with some > sage > > > > > advice? > > > > > > > Thanks, > > > > > > > Donald > > > > > > > -- > > > > > If you want to report a vulnerability issue on symfony, please send > it > > > to > > > > > security at symfony-project.com > > > > > > > You received this message because you are subscribed to the Google > > > > > Groups "symfony users" group. > > > > > To post to this group, send email to > [email protected] > > > > > To unsubscribe from this group, send email to > > > > > [email protected]<symfony-users%[email protected]> > <symfony-users%2bunsubscr...@goog legroups.com> > > > <symfony-users%2bunsubscr...@goog legroups.com> > > > > > For more options, visit this group at > > > > >http://groups.google.com/group/symfony-users?hl=en > > > > > -- > > > If you want to report a vulnerability issue on symfony, please send it > to > > > security at symfony-project.com > > > > > You received this message because you are subscribed to the Google > > > Groups "symfony users" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected]<symfony-users%[email protected]> > <symfony-users%2bunsubscr...@goog legroups.com> > > > For more options, visit this group at > > >http://groups.google.com/group/symfony-users?hl=en > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
