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

Re: Vendor drop management

From: Kalin KOZHUHAROV <kalin_at_thinrope.net>
Date: 2005-08-23 20:14:17 CEST

! http://en.wikipedia.org/wiki/Top_posting !

Rupinder Singh Mazara wrote:
> forgive me for sounding stupid
> but
> a) i checkout a new sandbox let say /home/me/svn_sandox/tmp_sandbox
> b) with the sandbox is issue
>
> svn merge -r1.0:1.1 <vendor URL>
> c) that should update my sandbox tmp_sandbox with the vendor changes
> from 1.0 to 1.1 ?
No, subverison uses integers for version numbers. You might get lucky with:
svn merge vndURL/tags/rel-1.0 vndURL/tags/rel-1.1
or similar.

Kalin.

-- 
|[ ~~~~~~~~~~~~~~~~~~~~~~ ]|
+-> http://ThinRope.net/ <-+
|[ ______________________ ]|
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 23 20:19:18 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.