In case anyone is insterested.

After a lack of responces I was unable to solve the file move commit
problem described below. I moved my repository to the CollabNet
Subversion (32-bit) under Apache 2.2. It all seems to work there so it
must be a bug with VisualSVN. I hope it gets fixed some time because
VisualSVN is a good and easy to use product

Thanks
Doros

On Mar 29, 8:18 pm, Doros <doros.agathange...@gmail.com> wrote:
> Hi I cannot get a filemovecommited on a VisualSVN server.
>
> I am using the subclipse plugin under eclipse under windows xp 64-bit
> and VisualSVN server 1.7 (had same problem with 1.6.3)
>
> Here is the log of Subversion activity. I am trying tomoveFile1.java
> from package1 to package2 andcommitthis change. Themovecommand u
> see below succeeds. Thecommitthough freezes for about 5 minutes and
> then fails with the error shown on the last line below.
>
> Everything else works fine (Cancommit, add, delete files, get history
> etc).
>
> Your input would be greatly appreciated
> Thanks!
>
> mkdir --parents -m "Initial 
> import."http://doros:8080/svn/test/trunk/TestSvnMove
> checkouthttp://doros:8080/svn/test/trunk/TestSvnMove-r HEAD --
> depth=immediates --force
>     Checked out revision 21.
> add -N C:\TEMP\testsvnmove\src
>     A         C:/TEMP/testsvnmove/src
> add -N C:\TEMP\testsvnmove\src\Package2
>     A         C:/TEMP/testsvnmove/src/Package2
> add -N C:\TEMP\testsvnmove\src\package1
>     A         C:/TEMP/testsvnmove/src/package1
> add -N C:\TEMP\testsvnmove\src\package1\File1.java
>     A         C:/TEMP/testsvnmove/src/package1/File1.java
> add -N C:\TEMP\testsvnmove\.classpath
>     A         C:/TEMP/testsvnmove/.classpath
> add -N C:\TEMP\testsvnmove\.project
>     A         C:/TEMP/testsvnmove/.projectcommit-m "" (6 paths specified)
>     Adding         TEMP/testsvnmove/.classpath
>     Adding         TEMP/testsvnmove/.project
>     Adding         TEMP/testsvnmove/src
>     Adding         TEMP/testsvnmove/src/Package2
>     Adding         TEMP/testsvnmove/src/package1
>     Adding         TEMP/testsvnmove/src/package1/File1.java
>     Transmitting file data ...
>     Committed revision 22.
>
> moveC:/TEMP/testsvnmove/src/package1/File1.java C:/TEMP/testsvnmove/
> src/Package2/File1.java
>     A         C:/TEMP/testsvnmove/src/Package2/File1.java
>     D         C:/TEMP/testsvnmove/src/package1/File1.javacommit-m "" 
> C:/TEMP/testsvnmove/src/Package2/File1.java C:/TEMP/
> testsvnmove/src/package1/File1.java
>     Adding         TEMP/testsvnmove/src/Package2/File1.java
>     RA layer request failed
> svn:Commitfailed (details follow):
> svn: Server sent unexpected return value (400 Bad Request) in response
> to COPY request for '/svn/test/!svn/bc/22/trunk/TestSvnMove/src/
> package1/File1.java'
>
> org.tigris.subversion.javahl.ClientException: RA layer request failed
> svn:Commitfailed (details follow):
> svn: Server sent unexpected return value (400 Bad Request) in response
> to COPY request for '/svn/test/!svn/bc/22/trunk/TestSvnMove/src/
> package1/File1.java'

Reply via email to