[ 
https://issues.apache.org/jira/browse/SVN-4436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ivan Zhakov resolved SVN-4436.
------------------------------
       Resolution: Fixed
    Fix Version/s:     (was: ---)
                   1.8.4

The problem fixed in r1531002 and backported to Subversion 1.8.4.

> Crash while breaking a move
> ---------------------------
>
>                 Key: SVN-4436
>                 URL: https://issues.apache.org/jira/browse/SVN-4436
>             Project: Subversion
>          Issue Type: Bug
>          Components: libsvn_wc
>    Affects Versions: 1.8.x
>            Reporter: Bert Huijben
>             Fix For: 1.8.4
>
>
> {noformat:nopanel=true}
> ECHO OFF
> SET ROOTDIR=%cd%
> SET ROOTDIR=%ROOTDIR:\=/%
> SET REPOS=revertcrashrepo
> SET REPOS_PATH=file:///%ROOTDIR%/%REPOS%
> SET WC=%ROOTDIR%/%REPOS%-wc
> set SVN=D:\Development\SVN\TortoiseSVN\bin\debug64\bin\svn.exe
> set SVNADMIN=D:\Development\SVN\TortoiseSVN\bin\debug64\bin\svnadmin.exe
> IF EXIST "%REPOS%" rmdir /s /q "%REPOS%"
> IF EXIST "%WC%" rmdir /s /q "%WC%"
> "%SVNADMIN%" create "%REPOS%"
> "%SVN%" co "%REPOS_PATH%" "%WC%"
> mkdir "%WC%"/folder1
> ECHO file1 > "%WC%"/folder1/File1.txt
> "%SVN%" add "%WC%"/folder1
> "%SVN%" ci -m "" "%WC%"
> "%SVN%" mv "%WC%"/folder1/File1.txt "%WC%"/File1.txt
> "%SVN%" rm "%WC%"/folder1
> pause
> :: crash here
> "%SVN%" revert -R "%WC%"/folder1
> pause
> {noformat}
> http://svn.haxx.se/dev/archive-2013-10/0018.shtml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to