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

Re: Merging two separate files into one new file

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-07-31 00:23:58 CEST

On Jul 30, 2007, at 08:40, Patricia Jung wrote:

> I'm wondering how to merge (or move/copy) two existing, revision-
> controlled
> files into a single new file, keeping the history intact. In other
> words: I'm
> looking for the svn equivalent of the following Unix command:
>
> cat A B > C; rm A B

You would only be able to link the new file to the history of one of
the old files, using svn rename.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 31 00:23:15 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.