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

[PATCH] Remove mention of issue 668 in libsvn_subr/config_file.c

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-12-04 20:19:13 CET

Hi !

I deleted my Subversion config folder, to setup auto-props. I then ran
svn help to recreate the config area.

Then, I went into the config file, and checked things out.

The following is still present:
### See http://subversion.tigris.org/issues/show_bug.cgi?id=668
### for what else will soon be customized in this file.

The issue is marked RESOLVED & FIXED. So, the following patch removes
this
message from the build. WARNING: Having no access to a compiler, I
cannot
test or confirm if I've broken anything, although this would be unlikely.

As an aside, the config file is not in the native line-style. On Win32,
config files are using LF instead of CRLF. This should be another patch
though, and might need to be discussed, as it seems to me that the
configuration parsing searches for \n, and not \n, \r or \r\n.

Thanks !
François

Log Message:
[[[
* subversion/libsvn_subr/config_file.c (svn_config_ensure):
  Remove link to bug #668 from the config file. Issue is resolved, so no
  need to mention it explicitely.
]]]

Patch:
Index: libsvn_subr/config_file.c
===================================================================
--- libsvn_subr/config_file.c (revision 7934)
+++ libsvn_subr/config_file.c (working copy)
@@ -1009,8 +1009,6 @@
         "# Makefile = svn:eol-style=native\n"
         "\n"
         "\n"
- "### See
http://subversion.tigris.org/issues/show_bug.cgi?id=668\n"
- "### for what else will soon be customized in this file.\n";

       apr_err = apr_file_open (&f, path,
                                (APR_WRITE | APR_CREATE | APR_EXCL),

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Dec 4 20:21:43 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.