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

SVN paths with spaces (convert_logs) #10

Closed
GoogleCodeExporter opened this issue Dec 21, 2015 · 2 comments
Closed

SVN paths with spaces (convert_logs) #10

GoogleCodeExporter opened this issue Dec 21, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Still hanging on my computer but I got a friend to convert a log for me and the 
paths were clipped 
after any space.

This is with Python 2.5.1 on OS X.

Original issue reported on code.google.com by whitefa...@gmail.com on 24 Jun 2008 at 3:56

@GoogleCodeExporter
Copy link
Author

r46 fixed my hang so I can confirm this bug myself now too. Any path containing 
a space is clipped at the space 
in the output file.

Original comment by whitefa...@gmail.com on 24 Jun 2008 at 5:26

@GoogleCodeExporter
Copy link
Author

This issue was due to a part of the parsing method that was splitting an input 
string
by spaces to remove(if it existed) a notice of where a file was moved from.  The
splitting on this string is now done more robustly.

Original comment by cgalvan1...@gmail.com on 24 Jun 2008 at 5:32

  • Changed state: Fixed

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

No branches or pull requests

1 participant