I created the branch, http://qubit-toolkit.googlecode.com/svn/branches/dcb,
last week (Wednesday, May 13th) with the command,

 $ svn cp http://qubit-toolkit.googlecode.com/svn/trunk
http://qubit-toolkit.googlecode.com/svn/branches/dcb

(except using the read-write URLs)

Today I tried updating the branch with changes from trunk with these
commands,

 $ svn co -r 2575 http://qubit-toolkit.googlecode.com/svn/branches/dcb

(except I omitted the -r option because at the time, HEAD was revision
2575)

 $ cd dcb
 $ svn merge http://qubit-toolkit.googlecode.com/svn/trunk
svn: Unable to parse reversed revision range '1427-1426'
 $

I never made any manual changes to svn:mergeinfo properties, and
neither,

 $ svn pg svn:mergeinfo http://qubit-toolkit.googlecode.com/svn/branches/dcb
--recursive

- nor -

 $ svn pg svn:mergeinfo http://qubit-toolkit.googlecode.com/svn/trunk
--recursive

- explained the problem to me.

I since manually updated the branch with,

 $ svn merge -r 2550:2575 http://qubit-toolkit.googlecode.com/svn/trunk

- but why can't I use merge tracking?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Hosting at Google Code" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to