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

Copy properties from one element to another

From: Daniel Lohmann <daniel.lohmann_at_informatik.uni-erlangen.de>
Date: 2007-01-03 17:46:34 CET

Hi,

I am looking for a kind of "propcopy" command that copies all properties
(key and value) from element foo to element bar:

lohmann@faui48a [~]>svn proplist foo
Properties on 'foo':
  svn:ignore
  svn:externals
lohmann@faui48a [~]>svn proplist bar
lohmann@faui48a [~]>svn propcopy foo bar
lohmann@faui48a [~]>svn proplist bar
Properties on 'bar':
  svn:ignore
  svn:externals

Such propcopy command is obviously missing from svn. However, maybe
somebody has already written a shell or perl script to perform the task?

Thanks!

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 3 17:46:53 2007

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.