Results 1 to 4 of 4

Thread: svn ignore

  1. #1
    Join Date
    Nov 2006
    Location
    Jo'burg, South Africa
    Beans
    434
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Question svn ignore

    Hi all,

    I am setting up an svn repository for our development team. I need to set the svn ignore property on the repository, so that all files of a certain type are ignored (e.g. *.log and *.done).

    The install is done on redhat.

    Can I do this in a config file without using the svn:ignore command?

    Thanks
    Rax

  2. #2
    Join Date
    Nov 2004
    Beans
    560
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: svn ignore

    you can edit your ~/.subversion/config :

    Code:
    [auto-props]
    *.log = svn:ignore
    but this will only work for newly imported files; the ones that are under svn already will not be changed.

  3. #3
    Join Date
    Nov 2006
    Location
    Jo'burg, South Africa
    Beans
    434
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: svn ignore

    Hi surfer,

    Thanks for the reply. Won't that only affect me as one user?
    I would like the ignore to apply to anyone who uses that repo.

    R

  4. #4
    Join Date
    Nov 2004
    Beans
    560
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: svn ignore

    yes, that will only affect you. i'm not sure it can be done globally; shouldn't every user be able to check in whatever he/she likes?

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •