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

RE: Subversion misses (was RE: Subversion vs. StarTeam)

From: Bolstridge, Andrew <andy.bolstridge_at_intergraph.com>
Date: Wed, 20 May 2009 09:27:34 +0100

> -----Original Message-----
> From: David Weintraub [mailto:qazwart_at_gmail.com]
> Sent: Tuesday, May 19, 2009 4:19 PM
> To: Bolstridge, Andrew
> Cc: users_at_subversion.tigris.org
> Subject: Re: Subversion misses (was RE: Subversion vs. StarTeam)
[snip]
>
> >>    * Complex URL scheme makes diffing between branches or tags
> difficult.
>
> It's not bad, it's just that the URL structure gets a bit clumsy at
> times. Subversion is suppose to be a replacement for CVS, and in CVS,
> to diff between to branches, you did this:
>
> $ cvs diff -rBRANCH_1-0,BRANCH_1-1
>
> While in Subversion, it's this:
>
> $ svn diff http://subversion/dev/proj/branches/1.0
> http://subversion/dev/proj/branches/1.1
>

I've just noticed the Repository root relative URLs feature in 1.6:

http://sub-subversion.blogspot.com/2009/04/why-you-should-use-subversion-16.html

I use Tortoise, so I don't care for this feature too much, it still looks like it'd help you a little:
   Svn diff ^/dev/proj/branches/1.0 ^/dev/proj/branches/1.1

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2327143

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-20 10:28:34 CEST

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.