Re: [git-users] How do I git-push to an FTP server?

2012-10-07 Thread August Karlstrom
On Friday, October 5, 2012 3:40:54 PM UTC+2, Konstantin Khomoutov wrote: I have no idea about why pushing over HTTP calls `git http-push` after uploading the data. I've forwarded your message with the trace to the main Git list to ask the experts. You're on its Cc list so you should

Re: Fw: [git-users] How do I git-push to an FTP server?

2012-10-07 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com writes: Ramkumar Ramachandra wrote: Thomas Ferris Nicolaisen tfn...@gmail.com writes: At least according to the documentation[1], Git natively supports [...] ftp. This could need some clarification if pushing over ftp is not supported. [...] -Git

[git-users] Re: Importing Subversion vendor-branches to Git

2012-10-07 Thread Thomas Ferris Nicolaisen
Hi, It is indeed a large post and hard to read out the question(s) in there. In the middle part, you describe some complications with the live/pristine branches, but you also write that you have already solved this problem? I find the connection with the first and the last part a bit unclear.

Re: [git-users] Is Git for me?

2012-10-07 Thread Charles Manning
I think git is great for backup. Here's why: With svn etc there is a central server. If that fails, then you are screwed. With git, all the clones have exactly the same data, including history etc. There is no master except by convention. If the master server dies, then just repopulate it from a