You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brad Rhoads <br...@zethcon.com> on 2004/07/12 22:58:10 UTC

Global Ignore causes Section header expected error

In my config file if every thing is commented out, I can create
repositories. But if I have:

	global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
*.exe

Then I get this error:

	svn: C:/Documents and Settings/.../config:64: Section header
expected

The global-ignores line is at line 64.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: Global Ignore causes Section header expected error

Posted by Brad Rhoads <br...@zethcon.com>.
 

> -----Original Message-----
> From: John Szakmeister [mailto:john@szakmeister.net] 
> Sent: Monday, July 12, 2004 6:09 PM
> To: brad@zethcon.com
> Cc: users@subversion.tigris.org
> Subject: Re: Global Ignore causes Section header expected error
> 
> On Monday 12 July 2004 18:58, Brad Rhoads wrote:
> > In my config file if every thing is commented out, I can create 
> > repositories. But if I have:
> >
> > 	global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ 
> .#* .DS_Store 
> > *.exe
> >
> > Then I get this error:
> >
> > 	svn: C:/Documents and Settings/.../config:64: Section 
> header expected
> >
> > The global-ignores line is at line 64.
> 
> Uncomment the "[miscellany]" line, and it should work fine.
> 

That was it. Thanks.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Global Ignore causes Section header expected error

Posted by John Szakmeister <jo...@szakmeister.net>.
On Monday 12 July 2004 18:58, Brad Rhoads wrote:
> In my config file if every thing is commented out, I can create
> repositories. But if I have:
>
> 	global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store
> *.exe
>
> Then I get this error:
>
> 	svn: C:/Documents and Settings/.../config:64: Section header
> expected
>
> The global-ignores line is at line 64.

Uncomment the "[miscellany]" line, and it should work fine.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org