Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pushing on ftp #1

Closed
rphl opened this issue Aug 5, 2009 · 5 comments
Closed

Pushing on ftp #1

rphl opened this issue Aug 5, 2009 · 5 comments

Comments

@rphl
Copy link

rphl commented Aug 5, 2009

Old file deleted, but no new (changed) file uploaded.

$ python git-ftp.py 
FTP Password: 
Uploaded /html/newFile.txt
Deleted /html/changed1.php
Deleted /html/changed2.css

Missing new: changed1.php / changed2.css

@ezyang
Copy link
Owner

ezyang commented Aug 5, 2009

I think I've seen this as well, and I'm not sure what causes it yet. As a stopgap, specify --force to cause all files to be uploaded.

@erkie
Copy link

erkie commented Aug 5, 2009

I looked into this (I think that this is the same issue), and found that it occured when the file lay in another directory than root.

@ezyang
Copy link
Owner

ezyang commented Aug 5, 2009

I've tracked down the issue and am cooking up a patch. The issue is that tree/"foo/bar.txt" is not a valid command; I have to implement as tree/"foo"/"bar.txt"

@ezyang
Copy link
Owner

ezyang commented Aug 5, 2009

Fixed in 4059a59

@rphl
Copy link
Author

rphl commented Aug 7, 2009

Thx for the fast fix, it works now.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants