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

confirm merge

From: Phil Lawrence <prlawrence_at_Lehigh.EDU>
Date: 2005-07-22 17:56:12 CEST

I just merged the latest changes from a branch to trunk
   $ cd trunk
   $ svn merge -r 79:82 $LOUIESVN/intl_trav/branches/656
   $ svn diff
   $ svn commit -m "Merged branch 656 changes r79:82 into the trunk."

Now, just to be paranoid, I'd like to diff the current trunk and
current branch 656. But this doesn't work:
   $ svn diff $LOUIESVN/intl_trav/branches/656 \
                     $LOUIESVN/intl_trav/trunk
subversion/libsvn_ra_dav/util.c:780: (apr_err=175002)
svn: REPORT request failed on '/svn/!svn/vcc/default'
subversion/libsvn_ra_dav/util.c:295: (apr_err=175002)
svn: REPORT of '/svn/!svn/vcc/default': Could not read status line:
Secure connection truncated (https://localhost:9443)

Can someone help me with the syntax?

Thanks,
Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 22 18:00:54 2005

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.