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

[PATCH] wc-replacements branch: Make svn cp PATH PATH loggy

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2005-09-27 17:59:48 CEST

Hi!

There is patch to wc-replacements branch that makes wc->wc copy loggy.
I am posting patch to the list because I don't sure about some tricks.
Core idea is change svn_wc_add2() to svn_wc_add_repos_file() in
subversion/libsvn_wc/copy.c:copy_file_administratively(). Because
svn_wc_add_repos_file() already loggy and preserves text and prop
base. It works and passes all tests. Of course there is possible
optimizations: make svn_wc_add_repos_file() recieve new working text
and prop. But I consider this could be done as next step.

[[
Make svn cp PATH PATH loggy.

* subversion/libsvn_wc/copy.c
  (copy_file_administratively): Use svn_wc_add_repos_file() instead of
svn_wc_add2().
]]

--
Ivan Zhakov


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Tue Sep 27 18:07:32 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.