gnperumal / codeswarm

Automatically exported from code.google.com/p/codeswarm
GNU General Public License v3.0
0 stars 0 forks source link

SVN paths with spaces (convert_logs) #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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 commented 9 years ago
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