[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Bug Report] Branch/tag of a working copy with local modifications does not work properly

From: Roberto Saltini <house.83_at_gmail.com>
Date: Mon, 18 Aug 2014 23:58:40 -0700 (PDT)

Bug Report

- Using TSVN 1.8.8, Build 25755

How to recreate the issue
- Take repository R with two folders:
  - R/trunk
  - R/branches
- Create the file Text1.txt in trunk and commit.
  - SVN revision: X
- Modify Text1.txt and commit.
  - SVN revision: X+1
- Modifiy Text1.txt and execute branch to R/trunk/ver1 selecting "Working copy" in the "Create copy in the repository from:" frame of the branch/tag dialog box
  - SVN revision: X+2

Now, the log of R/trunk/ver1 shows the following revisions history:
- X+2
- X
while it should show:
- X+2
- X+1
- X

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3086869

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-08-19 09:05:29 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.