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

copy newly added file

From: FEJES Jozsef <fejes_at_joco.name>
Date: Thu, 30 Jul 2009 19:01:37 +0200

Hi,

I think a found a bug, and I'm asking you to confirm. Suppose we have an
up-to-date, versioned directory with a file Program.cs in it. Now let's
create a new file, x.txt, and do 'svn add x.txt'. Don't commit yet. Make
a copy of both files: 'svn copy Program.cs Program2.cs' and 'svn copy
x.txt x2.txt'. Here's the output of 'svn status':

A x.txt
A x2.txt
A + Program2.cs

My point: when copying a file already under version control, copy
behaves as I expect it, there's a link in SVN, the + sign indicates
that, but when copying a file not committed yet, there's no link, it's
treated as a completely new file, no + sign.

So do I submit it as a bug, or as a feature request? Or maybe others
have done that already, but I couldn't find it.

-- 
[ FEJES Jozsef ]
http://joco.name
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2377048
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-30 19:13:26 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.