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

Re: svn commit: rev 2821 - trunk/subversion/libsvn_wc trunk/subversion/clients/cmdline trunk/subversion/tests/clients/cmdline

From: <cmpilato_at_collab.net>
Date: 2002-08-01 23:30:12 CEST

Philip Martin <philip@codematters.co.uk> writes:

> The last problem I saw was when running 'svn ci .'
>
> svn_path_condense_targets calls svn_path_get_absolute passing "." and
> gets back a path with a trailing slash, something like "/home/pm/wc/".
> Now if the command is 'svn ci /home/pm/wc/', or 'svn ci /home/pm/wc',
> then svn_path_get_absolute returns "/home/pm/wc" without a slash.

Sounds to me like svn_path_get_absolute needs to canonicalize its
output. I see that it canonicalizes the input before calling
apr_filepath_merge, but no attempt is made to ensure that the output
is all good.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 1 23:30:54 2002

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.