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

Re: svn commit: r30931 - trunk/subversion/libsvn_client

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: Mon, 05 May 2008 19:38:14 +0530

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

>> Prior to this fix, if '/tmp' were *not* a working copy and
>> /tmp/abc existed (as either a file or directory), then running
>> 'svn mkdir --parents abc' from within '/tmp' would delete
>> '/tmp/abc'. The fix is to delete '/tmp/abc' upon failure only if
>> this command had created it in the first place.
>
> Is your "(as either a file or a directory)" parenthetical accurate?
> Ie, would it actually delete /tmp/abc if it were a file? If so, I
> don't think this revision would fix that.
>

It is inaccurate. Sorry I did not cross check when I edited my log message.

It won't delete the file as 'svn_io_remove_dir' won't delete the path if
it is of type file.

As it won't delete it no fix is needed.

Thanks
With regards
Kamesh Jayachandran
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIHxTO3WHvyO0YTCwRAtjHAKCkGltqslIQXBSgW4+Ev3NNLUrfugCgjPaM
WlHiHLxOm22re4WFiqYjQWI=
=6I4+
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-05 16:09:52 CEST

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.