Update doesn't fetch new files in 1.6.1
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Thu, 23 Apr 2009 22:08:32 +0200
Hi,
With an 1.6.1 client, there's a situation where new files aren't fetched
Attached a script to reproduce the problem.
This happens when adding a new folder with --depth=empty, which is what
also, the added folder which isn't updated correctly shows that is still
Stefan
-- ___ oo // \\ "De Chelonian Mobile" (_,\/ \_/ \ TortoiseSVN \ \_/_\_/> The coolest Interface to (Sub)Version Control /_/ \_\ http://tortoisesvn.net ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1881609
::@echo off
::set SVNCLI=D:\Development\SVN\TortoiseSVN\bin\debug\bin\svn.exe
cd %ROOT%
mkdir %ROOT%\%REPONAME%
::echo [general]> %SERVERROOT%\%REPONAME%\conf\svnserve.conf
mkdir %WCNAME%
%SVNCLI% import . %REPO% -m "importing project"
%SVNCLI% co %REPO% %WC%
:: Creating the folder on WC1
:: Update WC2
:: Create files on WC2, adding and commit
%SVNCLI% add %WCNAME%2\folder\file.txt --depth=empty
:: Update WC1
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.