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

Re: svn commit: r13478 - branches/locking/subversion/libsvn_fs_fs

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-03-18 23:38:31 CET

cmpilato@tigris.org writes:

> Author: cmpilato
> Date: Fri Mar 18 16:16:54 2005
> New Revision: 13478

> --- branches/locking/subversion/libsvn_fs_fs/lock.c (original)
> +++ branches/locking/subversion/libsvn_fs_fs/lock.c Fri Mar 18 16:16:54 2005
> @@ -793,6 +793,9 @@
>
> SVN_ERR (svn_fs_fs__check_fs (fs));
>
> + /* Canonicalize our input path. */
> + path = svn_fs_fs__canonicalize_abspath (path, pool);
> +

I find comments like that pretty much useless, do you find them
helpful?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 18 23:39:45 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.