http://svn.apache.org/r1523427

so it's indeed a client issue.
I've used:
TortoiseSVN 1.7.12, Build 24070 - 64 Bit , 2013/03/29 08:00:43
Subversion 1.7.9

Robert

Op Sun, 15 Sep 2013 12:50:28 +0200 schreef Dennis Lundberg <[email protected]>:

Thanks for the hints Martin.
Unfortunately they didn't work.
I don't think the problem is on the client side though, since I get
the same error on both Windows and Ubuntu.

Here is the error message I get using the standard Subversion 1.6
command line client:

svn: File not found: transaction '1523426-xcbp', path
'/maven/plugins/trunk/maven-jarsigner-plugin/src/it/spacy%20path/verify.bsh'


On Sun, Sep 15, 2013 at 3:59 AM, Martin Gainty <[email protected]> wrote:



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]





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to