Re: config file with cygwin
From: Alf Lacis <Alf.Lacis_at_aiscientific.com>
Date: 2006-03-30 04:10:29 CEST
We had some problems with cygwin subversion.
We fixed them by:
alacis@AIS-PC95 ~
-- Regards, Alf Lacis Mathias.Weinert@gfa-net.de 29/03/2006 08:24 PM To: "Steve Kunkee" <steve.kunkee@gmail.com> cc: "Subversion users group" <users@subversion.tigris.org> Subject: Re: config file with cygwin Steve Kunkee wrote: > I downloaded the Cygwin build of Subversion (1.2.3). I have been trying to get the config files to work without success (I want to specify global-ignores). I am using the repository locally (no serever). No matter what I do to get it to ignore .obj files, I can still add .obj files, using Cygwin terminals. I've put a config file with a global-ignore tag in Cygwin's /etc/subversion directory and in my Cygwin $HOME/.subversion/config. I've tried changing it for straight Windows (TortoiseSVN), but let's start with Cygwin. It seems like I have everything done according to the doc, but no luck. I must be missing something. Can anyone help? > The cygwin version of Subversion looks for the config file in $HOME/.subversion whereas the Windows version looks for it in %APPDATA%\Subversion so please ensure that you are editing the right file. May be you want to try the --config-dir option to explicitly set the config dir. Another thing to know is that the global-ignores option only prevents the files from being shown by 'svn status'. You are still able to add such a file with 'svn add'. And if the file is already committed to the repository it won't be ignored either. Please keep in mind that the global-ignores option is one for the client (for the working copies) (as is the whole config file). So it has nothing to do with which protocoll you are accessing the repository. Hope this helps. Mathias --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Mar 30 04:11:35 2006 |
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.