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

RE: Again problems when deleting directory

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2005-10-14 18:17:14 CEST

Hello,

If you'll use JavaSVN adapter it will allow non-recursive commit of deleted
directory (automatically deleting all the files below that directory). In
other words, JavaSVN analyzes items to be committed and in case commit is
non-recursive it could commit some of the items recursively (like copied or
deleted directoires).

Alexander Kitaev,
TMate Software,
http://tmate.org/
http://jetbrains.com/tmate/

> -----Original Message-----
> From: Mark Phippard [mailto:markp@softlanding.com]
> Sent: Friday, October 14, 2005 18:08
> To: users@subclipse.tigris.org
> Subject: Re: Again problems when deleting directory
>
> news <news@sea.gmane.org> wrote on 10/14/2005 11:42:28 AM:
>
> > Trying to use an unsupported feature
> > svn: Cannot non-recursively commit a directory deletion
> >
> > Why is Subclipse giving me this?
>
> I believe this is the same issue that came up last time (or
> perhaps it was someone else). Subversion is giving this
> error. You cannot use the -N
> (non-recursive) option on the command line. The only time
> that Subclipse add this option to the command is if you are
> committing a property change to a folder.
>
> So if you are committing just a folder delete, it should
> work, but if you are trying to commit a folder delete at the
> same time as a property change to another folder, it will fail.
>
> Most likely you have taken the option to add something to the
> svn:ignore list. This option changes the svn:ignore property
> of the parent folder of the item you are trying to ignore.
> The commit dialog should also show if there are any property
> changes being committed.
>
> Mark
>
>
> ______________________________________________________________
> _______________
> Scanned for SoftLanding Systems, Inc. and SoftLanding Europe
> Plc by IBM Email Security Management Services powered by MessageLabs.
> ______________________________________________________________
> _______________
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
Received on Sat Oct 15 02:17:14 2005

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

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