misunderstanding merge
From: Ian Schneider <Ian.Schneider_at_ars.usda.gov>
Date: 2004-04-29 00:12:01 CEST
Hi all,
A colleague deleted some code from a file in our repository, so I decided to
svn cat -r 38 baz.txt
svn cat -r 39 baz.txt
svn diff -r 38:39 baz.txt
svn diff -r 39:38 baz.txt
Okay, so far so good.
svn merge -r 38:39 baz.txt
So i hacked this cruddy script to acheive my results (its probably wrong
#!/bin/sh
WC=$1
but it produces what I'm looking for
What am I missing?
Thanks in advance,
---------------------------------------------------------------------
|
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.