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

Re: Questions on system-wide config file

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2004-05-20 02:05:57 CEST

On Wed, 19 May 2004 15:33:54 -0500, "Kenneth McDonald"
<kenneth.m.mcdonald@sbcglobal.net> said:
> The svn ignore patterns let me do this; however, I'd like to do it in
> such a manner that people using my server from another system don't

Search for svn:ignore as a property:
$ svn propset --help
propset (pset, ps): Set PROPNAME to PROPVAL on files, dirs, or revisions.
usage: 1. propset PROPNAME [PROPVAL | -F VALFILE] PATH...
       2. propset PROPNAME --revprop -r REV [PROPVAL | -F VALFILE] [URL]

  1. Creates a versioned, local propchange in working copy.
  2. Creates an unversioned, remote propchange on repos revision.

  Note: svn recognizes the following special versioned properties
  but will store any arbitrary properties set:
    svn:ignore - A newline separated list of file patterns to ignore.
[snip]

Read the section on properties in the book:
http://svnbook.red-bean.com/svnbook/ch07s02.html#svn-ch-7-sect-2.3.3

Hope that helps !
François
Developer of Java Gui Builder
http://jgb.sourceforge.net/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 20 02:06:28 2004

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.