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

Re: global-ignores now working

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Thu, 16 Jul 2009 21:13:00 +0400

2009/7/16 David Sammons <dtsammons_at_gmail.com>:
> Here’s my situation: I’m working on our Development box, which is a Solaris
> box (unix). Subversion (ver. 1.5.4.1) and the source code that I want to put
> in the respository are on this box. I use the standard Subversion
> command-line client to manage Subversion.
>
> Subversion: /opt/CollabNet_Subversion Repository: /svn/repositories/testRepo
> Source Code: /webdev/source/website/en (including sub-directories)
>
> I want to import/add source code into a Subversion repository but I can NOT
> get the global-ignores to work. Here’s a screenshot of my
> /opt/CollabNet_Subversion/bin/.subversion/config file (miscellany section):
>
> Here’s what’s in my test repository before I do an import:
>
> Here’s the import message:
>
> Here’s what’s in my test repository after I do the import:
>
> Any idea what the global-ignores isn’t working??
>

Citing from README.txt that is found in the config directory:

[[[
Typically, Subversion uses two config directories, one for site-wide
configuration,

  Unix:
    /etc/subversion/servers
    /etc/subversion/config
    /etc/subversion/hairstyles

(...)
and one for per-user configuration:

  Unix:
    ~/.subversion/servers
    ~/.subversion/config
    ~/.subversion/hairstyles
]]]

So, what is in ~/.subversion/config for user "nsuser" ?

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-16 19:13:56 CEST

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.