You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Mihamina Rakotomandimby (R12y)" <mi...@lab.vectoris.fr> on 2009/01/20 09:11:38 UTC

how to set/unset properties

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?
- When I "svn proplist" on my checked out copy, no results (empty 
output) but I remember I made a successfull "ignore".

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.

Thanks for  any help.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: how to set/unset properties

Posted by Andy Levy <an...@gmail.com>.
On Tue, Jan 20, 2009 at 04:11, Mihamina Rakotomandimby (R12y)
<mi...@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.