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

2012-10-08 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes: Jonathan Nieder jrnie...@gmail.com writes: I'd suggest dropping , and will soon be removed. or replacing it with . Don't use them. to avoid the question of how soon soon is. With that change and with a clearer commit message, this will probably be

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] How do I git-push to an FTP server?

2012-10-05 Thread August Karlstrom
I get the following error when I run `git push' in a repository called test: error: Cannot access URL ftp://my-ftp-server/git/test.git/, return code 3 fatal: git-http-push failed This is after having successfully cloned the repository from the address above. According to the man page of

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

2012-10-05 Thread Konstantin Khomoutov
On Fri, 5 Oct 2012 01:24:21 -0700 (PDT) August Karlstrom fusionf...@gmail.com wrote: I get the following error when I run `git push' in a repository called test: error: Cannot access URL ftp://my-ftp-server/git/test.git/, return code 3 fatal: git-http-push failed This is after having

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

2012-10-05 Thread August Karlstrom
Den fredagen den 5:e oktober 2012 kl. 11:38:43 UTC+2 skrev Konstantin Khomoutov: On Fri, 5 Oct 2012 01:24:21 -0700 (PDT) August Karlstrom fusio...@gmail.com javascript: wrote: I get the following error when I run `git push' in a repository called test: error: Cannot access URL

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

2012-10-05 Thread Konstantin Khomoutov
fusio...@gmail.com Subject: Re: [git-users] How do I git-push to an FTP server? Den fredagen den 5:e oktober 2012 kl. 11:38:43 UTC+2 skrev Konstantin Khomoutov: On Fri, 5 Oct 2012 01:24:21 -0700 (PDT) August Karlstrom fusio...@gmail.com javascript: wrote: I get the following error when I run

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

2012-10-05 Thread Konstantin Khomoutov
On Fri, 5 Oct 2012 05:07:24 -0700 (PDT) August Karlstrom fusionf...@gmail.com wrote: [...] * Connection #0 to host my-ftp-server left intact trace: run_command: 'http-push' '--helper-status' 257 / is your current location [...] * Entry path is '/' * Uploading to a URL without a file name!

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

2012-10-05 Thread Thomas Ferris Nicolaisen
On Fri, Oct 5, 2012 at 3:46 PM, Philippe Vaucher philippe.vauc...@gmail.com wrote: On the git-users mailing list we're trying someone to help with running `git push` over FTP. That person is runnig Git 1.7.9.5 on Ubuntu 12.04. I don't think vanilla git supports pushing over ftp. At

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

2012-10-05 Thread Konstantin Khomoutov
On Fri, 5 Oct 2012 15:46:33 +0200 Philippe Vaucher philippe.vauc...@gmail.com wrote: On the git-users mailing list we're trying someone to help with running `git push` over FTP. That person is runnig Git 1.7.9.5 on Ubuntu 12.04. I don't think vanilla git supports pushing over ftp.