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

Re: how to set/unset properties

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 20 Jan 2009 10:11:28 -0500

On Tue, Jan 20, 2009 at 04:11, Mihamina Rakotomandimby (R12y)
<mihamina_at_lab.vectoris.fr> wrote:
> Hi,
> I dont remember how I set an "ignore" property.
>
> I made SVN ignored a config directory containging database login/pass
> that are subject to change from one server to another I deploy the app on.
>
> I have a question about that:
> - Where are the properties stored? on the developper copy or on the SVN
> repo itself?

Only in your WC's .svn directory until committed. Then it's in both places.

> - When I "svn proplist" on my checked out copy, no results (empty
> output) but I remember I made a successfull "ignore".

Did you give the command a target (a directory or file) to list the
properties of?

> So, After Googling and re-reading the doc, I did not find the proper way
> to list the set properties. I understood most iof the principles, but
> when comes the time to set them, I dont really know where should I act.

From svn help propset:

svn propset PROPNAME PROPVAL PATH

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1038089

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-01-20 16:14:46 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.