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

SVN dump: copying of directories.

From: Lev Serebryakov <lev_at_serebryakov.spb.ru>
Date: 2003-11-05 14:30:14 CET

Hello users,

  I write some converter, which generate SVN dump file to import into
  subversion.

  Such construction works well, copy directory with all content:
  
Node-path: /some/path
Node-kind: dir
Node-action: add
Node-copyfrom-path: /some/other/path
Node-copyfrom-rev: OLDREV

  Does such construction work:

Node-path: /some/path
Node-kind: dir
Node-action: change
Node-copyfrom-path: /some/other/path
Node-copyfrom-rev: OLDREV

 when /some/path already exists? I want to copy all files from
 /some/other/path to /some/path, adding new files, overwriting
 (changing) existing, etc. But it seems, that it doesn't work and
 directories wit CONTENT could be copied only with `action: add' and I
 need to generate copy instruction for each file in /some/other/path

 Am I right?

-- 
Best regards,
 Lev                          mailto:lev@serebryakov.spb.ru
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 5 13:23:25 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.