RE: branching WC folder fails with files marked as deleted

2013-01-11 Thread Bert Huijben
es, as the data to do the right thing is just not stored in the working copy in 1.6. Bert From: Roman Kellner [mailto:muzu...@gmx.net] Sent: vrijdag 11 januari 2013 09:02 To: Daniel Shahaf; users@subversion.apache.org Subject: Re: branching WC folder fails with files mar

Re: branching WC folder fails with files marked as deleted

2013-01-11 Thread Stefan Sperling
On Fri, Jan 11, 2013 at 09:01:56AM +0100, Roman Kellner wrote: > Hello Daniel, hello Stefan > > Sorry for the empty email. Dont know what happened to the web email. > > I guess I found the issue and implemented the following feature in our > MSSCCI wrapper. > > If you can confirm that, when I f

Re: branching WC folder fails with files marked as deleted

2013-01-11 Thread Philip Martin
"Roman Kellner" writes: > If you can confirm that, when I find a "deleted" line in the .svn/entries > file to a WC controlled file as shown below, then the file was only deleted > in the WC and is marked for deletion in the repo which will be done with > the next commit. Is this the exact mean

Re: branching WC folder fails with files marked as deleted

2013-01-11 Thread Roman Kellner
:38 +0200 > Von: Daniel Shahaf > An: Roman Kellner , users@subversion.apache.org > Betreff: Re: branching WC folder fails with files marked as deleted > > Stefan Sperling wrote on Wed, Jan 09, 2013 at 14:21:06 +0100: > > On Wed, Jan 09, 2013 at 02:02:32PM +0100, R

Re: branching WC folder fails with files marked as deleted

2013-01-10 Thread Roman Kellner

Re: branching WC folder fails with files marked as deleted

2013-01-09 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, Jan 09, 2013 at 14:21:06 +0100: > On Wed, Jan 09, 2013 at 02:02:32PM +0100, Roman Kellner wrote: > > - Now the user-A needs to branch his WC and gets the following error > > message on commit > > (the file shown in the error message is the one that was created and lat

Re: branching WC folder fails with files marked as deleted

2013-01-09 Thread Stefan Sperling
On Wed, Jan 09, 2013 at 08:52:37AM -0500, Nico Kadel-Garcia wrote: > I *do* hope that the new "svn mv" architecture will not be confused by this. > >svn cp A B >svn cp A C >scn cp A D >svn rm A The above sequence using cp and rm will keep working as

Re: branching WC folder fails with files marked as deleted

2013-01-09 Thread Nico Kadel-Garcia
On Wed, Jan 9, 2013 at 8:21 AM, Stefan Sperling wrote: > Now, you might be wondering why I'm talking about renames rather than > the deletion of an item, and how this still relates to your particular > problem case. This is because Subversion generally cannot yet tell the > difference between the

Re: branching WC folder fails with files marked as deleted

2013-01-09 Thread Stefan Sperling
On Wed, Jan 09, 2013 at 02:02:32PM +0100, Roman Kellner wrote: > - Now the user-A needs to branch his WC and gets the following error > message on commit > (the file shown in the error message is the one that was created and later > deleted): Please do not attach images when posting to a mailing

branching WC folder fails with files marked as deleted

2013-01-09 Thread Roman Kellner
Hi A user (I will call him user-A) of ours encountered the following issue with our SVN environment: - SVN server: 1.5.2 - SVN client: TortoiseSVN 1.6.16 (svn 1.6.17) - user-A checked out the folder '_mt' with a number of file - user-A then worked with the IDE which only handles (updates, delete