You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by thomas Armstrong <ta...@gmail.com> on 2005/11/29 11:52:51 UTC

How to make SVN not to manage one configuration file?

Hi.

I've got a configuration file within my project, which is different on my PC and
on my project server. So I want SVN not to manage it.

How can I do it? Thank you very much.
--Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: How to make SVN not to manage one configuration file?

Posted by thomas Armstrong <ta...@gmail.com>.
Thank you very much everybody.

2005/11/29, Erik Huelsmann <eh...@gmail.com>:
> On 11/29/05, thomas Armstrong <ta...@gmail.com> wrote:
> > Hi.
> >
> > I've got a configuration file within my project, which is different on my PC and
> > on my project server. So I want SVN not to manage it.
> >
> > How can I do it? Thank you very much.
> > --Thomas
>
> http://subversion.tigris.org/faq.html#ignore-commit
>
> HTH,
>
> Erik.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: How to make SVN not to manage one configuration file?

Posted by Erik Huelsmann <eh...@gmail.com>.
On 11/29/05, thomas Armstrong <ta...@gmail.com> wrote:
> Hi.
>
> I've got a configuration file within my project, which is different on my PC and
> on my project server. So I want SVN not to manage it.
>
> How can I do it? Thank you very much.
> --Thomas

http://subversion.tigris.org/faq.html#ignore-commit

HTH,

Erik.

Re: How to make SVN not to manage one configuration file?

Posted by Lukas Ruf <ru...@rawip.org>.
> thomas Armstrong <ta...@gmail.com> [2005-11-29 12:53]:
>
> Hi.
>
> I've got a configuration file within my project, which is different on my PC and
> on my project server. So I want SVN not to manage it.
>
> How can I do it? Thank you very much.
> --Thomas

svn propset svn:ignore ........

see

    svn help propset

HTH

wbr,
Lukas
-- 
Lukas Ruf   <http://www.lpr.ch> | Ad Personam
rbacs      <http://wiki.lpr.ch> | Restaurants, Bars and Clubs
Raw IP   <http://www.rawip.org> | Low Level Network Programming
Style  <http://email.rawip.org> | How to write emails

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: How to make SVN not to manage one configuration file?

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Nov 29, 2005, at 12:52, thomas Armstrong wrote:

> I've got a configuration file within my project, which is different  
> on my PC and
> on my project server. So I want SVN not to manage it.

So don't add it to the repository.

http://subversion.tigris.org/faq.html#ignore-commit



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org