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

Re: How to lock creation of a folder

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 28 Mar 2008 10:40:57 -0400

On Fri, Mar 28, 2008 at 10:39 AM, Eric Julien <ejulien938_at_gmail.com> wrote:
> Ok thanks Pierre ... But I know that...
>
> But if someone use like tortoise ... and add all unversionned file (and bin
> folder by mistake) it will include and versionned. It's that I want to
> "protect" !

Then install a pre-commit hook script which returns an error when a
user attempts to add any directory named "bin".

> On Fri, Mar 28, 2008 at 10:35 AM, Roth, Pierre <pierre.roth_at_covidien.com>
> wrote:
> >
> >
> > You bin folder is created in your working copy and is not versioned so
> there's no problem.
> > If you wanted to have it version you should have run a svn add on it.
> > Pierre
> >
> >
> > ________________________________
> De : evilwupaz_at_gmail.com [mailto:evilwupaz_at_gmail.com] De la part de Eric
> Julien
> > Envoyé : vendredi 28 mars 2008 15:33
> > À : users_at_subversion.tigris.org
> > Objet : How to lock creation of a folder
> >
> >
> >
> >
> >
> > Hi,
> >
> > I would know how handle this problem ...
> >
> > Ok when I build my stuff ... a bin folder is created (automatically) but I
> wouldn't version that ... How I could restrict the creation of this folder ?
> >
> > Ok I could ignore this folder ...but this operation have to done on each
> client ... it's not possible to add a "rule" on server ?
> >
> > Eric Julien
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-03-28 15:41:21 CET

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.