Re: Svn rename doesn't copy custom properties
From: Dan Ellis <danellis10_at_gmail.com>
Date: Thu, 30 Apr 2015 14:52:23 -0700
On Thu, Apr 30, 2015 at 2:30 PM, Andrew Reedick <jreedick_at_incomm.com> wrote:
> > From: Dan Ellis [mailto:danellis10_at_gmail.com]
Here's a snippet of the running scenario that can NOT reproduce the issue
--- rem cleanup after our last test run rmdir /q /s c:\\project_files\\rename_repo rmdir /q /s c:\\project_files\\rename_wc cd c:\\project_files svnadmin create c:\\project_files\\rename_repo svn checkout file:///c:/project_files/rename_repo c:\\project_files\\rename_wc cd c:\\project_files\\rename_wc rem should have a clean repo and checkout svn ps tsvn:logtemplate "Issue number: " c:\\project_files\\rename_wc svn commit c:\\project_files\rename_wc -m "Adding log template" echo "The quick brown fox jumped over the brown fence." > AAAA.txt svn add AAAA.txt svn ps pebls:plcm "Test_at_1234" AAAA.txt svn ps pebls:sha1 "ba8cc41efc875a6dc8212ef76c579c1336597fe5" AAAA.txt svn ps svn:mergeinfo "/plcm/swdb:1" AAAA.txt svn ps svn:needs-lock "x" AAAA.txt svn commit AAAA.txt -m "Test commit" svn pl -v AAAA.txt svn rename AAAA.txt BBBB.txt svn pl -v BBBB.txtReceived on 2015-04-30 23:53:38 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.