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

Re: [Subclipse-users] Team->Sharing not doing auto-prop add?

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-08-24 03:00:26 CEST

On 8/23/07, Greg Irvine <greg.irvine@thalesatm.com> wrote:
> We've got our svn configuration defined to add a set of properties on
> addition of new files to the repository. These are the bugtraq properties
> to enable entry of defect ID into the commit dialog.

The bugtraq properties can only be set on folders, and you cannot set
auto-props on folders.

> However, if Team->Share(ing) a new project the properties don't appear to be
> added or at least the dialog doesn't prompt for the defect ID, whereas if I
> share the top level folder only, then Team->Add the files underneath it,
> then commit, I get the correct ID field in the commit dialog.
>
> Looks like there might be a small thing missing the Team->Share
> functionality...

Team > Share does svn mkdir in the repository (so there is no
possibility to get auto props). Since you cannot set auto props on a
folder this is not a limitation. It then checks out that folder which
turns your project into a WC. After that it is just svn add + svn
commit.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Aug 24 02:57:59 2007

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.