[symfony-users] Re: how to update between 2.0 versions

2011-05-30 Thread Stephan Petzl
Maybe this is not the most elegant way of doing it (let me know if there is a better way), but it works, so here we go: Our whole project lives in a git repo on our server. We have defined some ignores in .gitignore (such as vendor/) To work on the project we clone it from the server (git clone ..

[symfony-users] Re: how to update between 2.0 versions

2011-05-29 Thread mahm...@abdel-fattah.net
+1, Yes I'm using Beta2, and want to updated the modified files only to Beta3 cause am afraid of overwriting my config files On May 28, 12:37 pm, Dmitry Bykadorov wrote: > +1 > > i'm new in git and interested in solution > > On May 28, 2:18 pm, spider wrote: > > > > > > > > > Hello, > > > with 1

[symfony-users] Re: how to update between 2.0 versions

2011-05-28 Thread Dmitry Bykadorov
+1 i'm new in git and interested in solution On May 28, 2:18 pm, spider wrote: > Hello, > > with 1.4x I used for my project SVN versioning with "externals" for Symfony > and other library I needed. When a new 1.4x version was out I was able to > update it just changing the reference and doing a