> Date: Sun, 15 Sep 2013 00:50:17 +0200
> Subject: Lost in space with Subversion...
> From: [email protected]
> To: [email protected]
> 
> Hi,
> 
> When working on improving our license header compliance I ran into a
> problem I've not encountered before: spaces in the path of a directory
> that is checked into Subversion.
> 
> I am unable to update files that reside inside a directory that has
> spaces in it. I've tried from Windows and Ubuntu using both a Java
> desktop app and standard svn command line client. The error message
> complains about the spaces, which in the URL have been converted to
> %20.
> 
> Has anyone ever encountered this?
> 
> Here are the files in question, that needs license headers. I've
> currently excluded them from RAT in the POM, so if someone succeeds in
> checking in updated versions of them with license headers, please
> remember to remove the excludes in the POM.
> 
> maven-jarsigner-plugin
> src/it/spacy path/src/main/java/Main.java
MG>if its windows i would try 8.3 name for the part of the folder with spaces 
e.g.
MG>src/it/SPACY~1/src/main/java/Main.java

> src/it/spacy path/verify.bsh
MG>8.3 substitution *should* work here
MG>src/it/SPACY~1/verify.bsh
MG>nix techs remember the <LF> to<CR><LF> when converting to dos 
MG>unix2dos verify.bsh 
> maven-patch-plugin
> src/it/path with spaces/invoker.properties
MG>same here
MG>src/it/SPACY~1/invoker.properties
> -- 
> Dennis Lundberg
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
                                          

Reply via email to