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

doubledown chokes on paths with spaces in them #2

Open
mihasya opened this issue Sep 11, 2010 · 2 comments
Open

doubledown chokes on paths with spaces in them #2

mihasya opened this issue Sep 11, 2010 · 2 comments

Comments

@mihasya
Copy link

mihasya commented Sep 11, 2010

Not clear if this is a doubledown issue or an rsync issue, or both, but something to chew on:

[doubledown] syncing local changes to remote
rsync: link_stat "/Users/ariela/Documents/Aptana" failed: No such file or directory (2)
rsync: link_stat "/Users/ariela/Documents/Aptana Studio Workspace/shf/Studio" failed: No such file or directory (2)
rsync: link_stat "/Users/ariela/Documents/Aptana Studio Workspace/shf/Workspace/shf" failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-40/rsync/main.c(992) [sender=2.6.9]
Agent pid 1901 killed

The real path was /Users/ariela/Documents/Aptana Studio Workspace/shf

@rcrowley
Copy link
Member

A quick successful test indicates that it's not rsync:

rsync foo\ bar.txt rcrowley.org:

I'll take a harder look shortly. It seems most likely that I'm not adequately quoting strings.

@rcrowley
Copy link
Member

274a1b5 contains a fix that seems to be safe from paths with spaces. Check it out and let me know.

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

2 participants