You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by "Pellerin, Clement" <Cl...@ibi.com> on 2012/03/26 17:24:29 UTC

Checkout bug

I am having trouble checking out the Santuario trunk on Windows.
The error is:

svn: E720123: Can't move 'D:\dev\santuario\.svn\tmp\svn-5E9C50C5' to 'D:\dev\santuario\src\test\resources\org\w3c\www\interop\xmldsig11\sun\index.html?C=D;O=A': The filename, directory name, or volume label syntax is incorrect.

I found someone reported the same problem 10 months ago.
What was the solution?

-----Original Message-----
From: George Stanchev
Sent: Monday, May 16, 2011 11:23 AM
To: dev@santuario.apache.org; coheigea at apache.org
Subject: RE: small bug

I'm having some troubles checking out the trunk: getting error [1]. Looking at [2] I see the
following file: "index.html?C=D;O=A". Is there any way to get around this?

[1] svn: Can't open file 'trunk\samples\data\org\w3c\www\interop\xmldsig11\sun\.svn\tmp\text-base\index.html?C=D;O=A.svn-base':
The filename, directory name, or volume label syntax is incorrect.
[2] https://svn.apache.org/repos/asf/santuario/xml-security-java/trunk/samples/data/org/w3c/www/interop/xmldsig11/sun/


Re: Checkout bug

Posted by Sean Mullan <se...@oracle.com>.
Try it again. I removed the file. It seems to have
been created by mistake as a duplicate of index.html.

--Sean

On 3/26/12 11:24 AM, Pellerin, Clement wrote:
> I am having trouble checking out the Santuario trunk on Windows.
> 
> The error is:
> 
>  
> 
> svn: E720123: Can't move 'D:\dev\santuario\.svn\tmp\svn-5E9C50C5' to
> 'D:\dev\santuario\src\test\resources\org\w3c\www\interop\xmldsig11\sun\index.html?C=D;O=A':
> The filename, directory name, or volume label syntax is incorrect.
> 
>  
> 
> I found someone reported the same problem 10 months ago.
> 
> What was the solution?
> 
>  
> 
> -----Original Message-----
> 
> From: George Stanchev
> 
> Sent: Monday, May 16, 2011 11:23 AM
> 
> To: dev@santuario.apache.org; coheigea at apache.org
> 
> Subject: RE: small bug
> 
>  
> 
> I'm having some troubles checking out the trunk: getting error [1]. Looking at
> [2] I see the
> 
> following file: "index.html?C=D;O=A". Is there any way to get around this?
> 
>  
> 
> [1] svn: Can't open file
> 'trunk\samples\data\org\w3c\www\interop\xmldsig11\sun\.svn\tmp\text-base\index.html?C=D;O=A.svn-base':
> 
> The filename, directory name, or volume label syntax is incorrect.
> 
> [2]
> https://svn.apache.org/repos/asf/santuario/xml-security-java/trunk/samples/data/org/w3c/www/interop/xmldsig11/sun/
> 
>  
> 

RE: Checkout bug

Posted by "Cantor, Scott" <ca...@osu.edu>.
> Ok, though the problem has been fixed on the trunk. I don't know if it
> is possible to fix it on a version that is already tagged like 1.5.1.
> I'll defer to someone with more subversion experience than I.

Subversion tags are just copies of the files, they're only frozen by convention.

I don't know what the fix is, but I doubt it would create much trouble to fix it.

-- Scott


Re: Checkout bug

Posted by Sean Mullan <se...@oracle.com>.
Ok, though the problem has been fixed on the trunk. I don't know if it 
is possible to fix it on a version that is already tagged like 1.5.1. 
I'll defer to someone with more subversion experience than I.

--Sean

On 04/11/2012 08:02 PM, George Stanchev wrote:
> Hi Sean,
>
> The exact screenshot dump is below
>
> George
>
> ------------------------------
> D:\aDev\lib\svn\asf\java\xml-security\tags\1.5.1>svn export --force https://svn.apache.org/repos/asf/santuario/xml-security-java/tags/1.5.1/ .
> A    .
> A    contrib
> ...
> A    src\test\resources\org\w3c\www\interop\xmldsig11\sun\c14n10-signature-enveloping-rsa_sha384.xml
> svn: E720123: Can't move 'src\test\resources\org\w3c\www\interop\xmldsig11\sun\svn-6AD5CF0E' to 'src\test\resources\org\w3c\www\interop\xmldsig11\sun\index.html?C=D;O=A': The filename, directory name, or volume label syntax is incorrect.
> ------------------------------
>
>
>
> -----Original Message-----
> From: Sean Mullan [mailto:sean.mullan@oracle.com]
> Sent: Wednesday, April 11, 2012 3:10 PM
> To: dev@santuario.apache.org
> Cc: George Stanchev
> Subject: Re: Checkout bug
>
> On 4/10/12 9:37 PM, George Stanchev wrote:
>> I hit the same error. Can someone please fix it?
>
> Hmm, that should be fixed. What svn command are you using to do the checkout?
>
> --Sean
>
>>
>>
>>
>> *From:*Pellerin, Clement [mailto:Clement_Pellerin@ibi.com]
>> *Sent:* Monday, March 26, 2012 9:24 AM
>> *To:* dev@santuario.apache.org
>> *Subject:* Checkout bug
>>
>>
>>
>> I am having trouble checking out the Santuario trunk on Windows.
>>
>> The error is:
>>
>>
>>
>> svn: E720123: Can't move 'D:\dev\santuario\.svn\tmp\svn-5E9C50C5' to
>> 'D:\dev\santuario\src\test\resources\org\w3c\www\interop\xmldsig11\sun\index.html?C=D;O=A':
>> The filename, directory name, or volume label syntax is incorrect.
>>
>>
>>
>> I found someone reported the same problem 10 months ago.
>>
>> What was the solution?
>>
>>
>>
>> -----Original Message-----
>>
>> From: George Stanchev
>>
>> Sent: Monday, May 16, 2011 11:23 AM
>>
>> To: dev@santuario.apache.org; coheigea at apache.org
>>
>> Subject: RE: small bug
>>
>>
>>
>> I'm having some troubles checking out the trunk: getting error [1].
>> Looking at [2] I see the
>>
>> following file: "index.html?C=D;O=A". Is there any way to get around this?
>>
>>
>>
>> [1] svn: Can't open file
>> 'trunk\samples\data\org\w3c\www\interop\xmldsig11\sun\.svn\tmp\text-base\index.html?C=D;O=A.svn-base':
>>
>> The filename, directory name, or volume label syntax is incorrect.
>>
>> [2]
>> https://svn.apache.org/repos/asf/santuario/xml-security-java/trunk/sam
>> ples/data/org/w3c/www/interop/xmldsig11/sun/
>>
>>
>>
>


RE: Checkout bug

Posted by George Stanchev <Gs...@serena.com>.
Hi Sean,

The exact screenshot dump is below

George

------------------------------
D:\aDev\lib\svn\asf\java\xml-security\tags\1.5.1>svn export --force https://svn.apache.org/repos/asf/santuario/xml-security-java/tags/1.5.1/ .
A    .
A    contrib
...
A    src\test\resources\org\w3c\www\interop\xmldsig11\sun\c14n10-signature-enveloping-rsa_sha384.xml
svn: E720123: Can't move 'src\test\resources\org\w3c\www\interop\xmldsig11\sun\svn-6AD5CF0E' to 'src\test\resources\org\w3c\www\interop\xmldsig11\sun\index.html?C=D;O=A': The filename, directory name, or volume label syntax is incorrect.
------------------------------



-----Original Message-----
From: Sean Mullan [mailto:sean.mullan@oracle.com] 
Sent: Wednesday, April 11, 2012 3:10 PM
To: dev@santuario.apache.org
Cc: George Stanchev
Subject: Re: Checkout bug

On 4/10/12 9:37 PM, George Stanchev wrote:
> I hit the same error. Can someone please fix it?

Hmm, that should be fixed. What svn command are you using to do the checkout?

--Sean

> 
>  
> 
> *From:*Pellerin, Clement [mailto:Clement_Pellerin@ibi.com]
> *Sent:* Monday, March 26, 2012 9:24 AM
> *To:* dev@santuario.apache.org
> *Subject:* Checkout bug
> 
>  
> 
> I am having trouble checking out the Santuario trunk on Windows.
> 
> The error is:
> 
>  
> 
> svn: E720123: Can't move 'D:\dev\santuario\.svn\tmp\svn-5E9C50C5' to
> 'D:\dev\santuario\src\test\resources\org\w3c\www\interop\xmldsig11\sun\index.html?C=D;O=A':
> The filename, directory name, or volume label syntax is incorrect.
> 
>  
> 
> I found someone reported the same problem 10 months ago.
> 
> What was the solution?
> 
>  
> 
> -----Original Message-----
> 
> From: George Stanchev
> 
> Sent: Monday, May 16, 2011 11:23 AM
> 
> To: dev@santuario.apache.org; coheigea at apache.org
> 
> Subject: RE: small bug
> 
>  
> 
> I'm having some troubles checking out the trunk: getting error [1]. 
> Looking at [2] I see the
> 
> following file: "index.html?C=D;O=A". Is there any way to get around this?
> 
>  
> 
> [1] svn: Can't open file
> 'trunk\samples\data\org\w3c\www\interop\xmldsig11\sun\.svn\tmp\text-base\index.html?C=D;O=A.svn-base':
> 
> The filename, directory name, or volume label syntax is incorrect.
> 
> [2]
> https://svn.apache.org/repos/asf/santuario/xml-security-java/trunk/sam
> ples/data/org/w3c/www/interop/xmldsig11/sun/
> 
>  
> 


Re: Checkout bug

Posted by Sean Mullan <se...@oracle.com>.
On 4/10/12 9:37 PM, George Stanchev wrote:
> I hit the same error. Can someone please fix it?

Hmm, that should be fixed. What svn command are you using to do the checkout?

--Sean

> 
>  
> 
> *From:*Pellerin, Clement [mailto:Clement_Pellerin@ibi.com]
> *Sent:* Monday, March 26, 2012 9:24 AM
> *To:* dev@santuario.apache.org
> *Subject:* Checkout bug
> 
>  
> 
> I am having trouble checking out the Santuario trunk on Windows.
> 
> The error is:
> 
>  
> 
> svn: E720123: Can't move 'D:\dev\santuario\.svn\tmp\svn-5E9C50C5' to
> 'D:\dev\santuario\src\test\resources\org\w3c\www\interop\xmldsig11\sun\index.html?C=D;O=A':
> The filename, directory name, or volume label syntax is incorrect.
> 
>  
> 
> I found someone reported the same problem 10 months ago.
> 
> What was the solution?
> 
>  
> 
> -----Original Message-----
> 
> From: George Stanchev
> 
> Sent: Monday, May 16, 2011 11:23 AM
> 
> To: dev@santuario.apache.org; coheigea at apache.org
> 
> Subject: RE: small bug
> 
>  
> 
> I'm having some troubles checking out the trunk: getting error [1]. Looking at
> [2] I see the
> 
> following file: "index.html?C=D;O=A". Is there any way to get around this?
> 
>  
> 
> [1] svn: Can't open file
> 'trunk\samples\data\org\w3c\www\interop\xmldsig11\sun\.svn\tmp\text-base\index.html?C=D;O=A.svn-base':
> 
> The filename, directory name, or volume label syntax is incorrect.
> 
> [2]
> https://svn.apache.org/repos/asf/santuario/xml-security-java/trunk/samples/data/org/w3c/www/interop/xmldsig11/sun/
> 
>  
> 

RE: Checkout bug

Posted by George Stanchev <Gs...@serena.com>.
I hit the same error. Can someone please fix it?

From: Pellerin, Clement [mailto:Clement_Pellerin@ibi.com]
Sent: Monday, March 26, 2012 9:24 AM
To: dev@santuario.apache.org
Subject: Checkout bug

I am having trouble checking out the Santuario trunk on Windows.
The error is:

svn: E720123: Can't move 'D:\dev\santuario\.svn\tmp\svn-5E9C50C5' to 'D:\dev\santuario\src\test\resources\org\w3c\www\interop\xmldsig11\sun\index.html?C=D;O=A': The filename, directory name, or volume label syntax is incorrect.

I found someone reported the same problem 10 months ago.
What was the solution?

-----Original Message-----
From: George Stanchev
Sent: Monday, May 16, 2011 11:23 AM
To: dev@santuario.apache.org; coheigea at apache.org
Subject: RE: small bug

I'm having some troubles checking out the trunk: getting error [1]. Looking at [2] I see the
following file: "index.html?C=D;O=A". Is there any way to get around this?

[1] svn: Can't open file 'trunk\samples\data\org\w3c\www\interop\xmldsig11\sun\.svn\tmp\text-base\index.html?C=D;O=A.svn-base':
The filename, directory name, or volume label syntax is incorrect.
[2] https://svn.apache.org/repos/asf/santuario/xml-security-java/trunk/samples/data/org/w3c/www/interop/xmldsig11/sun/