Problem in copy_versioned_files()?
From: John Szakmeister <john_at_szakmeister.net>
Date: 2003-11-30 01:44:14 CET
I was looking through export.c a little more, hoping that I could factor some
I see the following happen in copy_versioned_files():
SVN_ERR (svn_wc_adm_probe_open (&adm_access, NULL, from, FALSE,
and then once we determine there is a file to copy, this occurs:
err = svn_wc_entry (&entry, copy_from, adm_access, FALSE,
Is this safe? According to svn_wc_adm_close's docstring, "Any physical locks
-John
---------------------------------------------------------------------
|
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.