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

Re: svn commit: r17277 - in trunk/subversion: include libsvn_fs_base libsvn_repos libsvn_subr libsvn_wc

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-11-10 01:07:46 CET

dionisos@tigris.org writes:

> Author: dionisos
> Date: Wed Nov 9 14:11:10 2005
> New Revision: 17277

> --- trunk/subversion/libsvn_wc/adm_files.c (original)
> +++ trunk/subversion/libsvn_wc/adm_files.c Wed Nov 9 14:11:10 2005
> @@ -1018,6 +1018,19 @@
> }
>
>
> +svn_error_t *
> +svn_wc__adm_write_version_file (const char *adm_path, apr_pool_t *pool)
> +{
> + return svn_io_write_version_file2
> + (extend_with_adm_name (adm_path, NULL, FALSE, pool,
> + SVN_WC__ADM_FORMAT, NULL),
> + SVN_WC__VERSION,
> + _(" DON'T EDIT FILES IN THIS AREA\n"
> + " MANUAL CHANGES WILL BREAK YOUR WORKING COPY\n\n"),
> + pool);
> +}

"Will" is too strong, manual changes *may* break the working copy but
it's not inevitable.

I think this warning is pointless. I'd be surprised is someone
who is considering editing the entries files is going to be put off by
a warning in the format file.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 10 01:08:23 2005

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.