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