I use Berkeley DB XML to store fulltext of XML files. So when the
directory is copied to another path, I want all XML files in this
directory to appear in DB XML under that path as well. The thing is that
I want to store the whole tree of the latest revision in DB XML. This
will allow me not to deal with other SVN tables, but work with DB XML
directly and do cool stuff like querying XML files. Actually my approach
works now except those cases when one uses SVN copy command.
Vyacheslav
Erik Huelsmann wrote:
> On Mon, Jun 22, 2009 at 5:25 PM, Vyacheslav V.
> Zholudev<vyacheslav.zholudev_at_gmail.com> wrote:
>
>> Dear all,
>>
>> is it possible to modify SVN's code so that during "copy" command the
>> content is also copied inside SVN's FS? I.e. fulltext of the latest
>> revision is duplicated for the copied items (or only for files)
>>
>
> Out of curiosity, what problem do you have that needs to be addressed this way?
>
> Bye,
>
> Erik.
>
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2364245
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-22 20:53:41 CEST