On Wed, Jun 23, 2010 at 11:05, Andreas Tepe <andreas.tepe_at_debitel.net> wrote:
> Am 21.06.2010 18:44, schrieb Andreas Tepe:
>> Am 21.06.2010 16:45, schrieb Rob van Oostrum:
>>> On Mon, Jun 21, 2010 at 4:34 PM, Andreas Tepe
>>> <andreas.tepe_at_physics.gatech.edu
>>> <mailto:andreas.tepe_at_physics.gatech.edu>> wrote:
>>>
>>> Hello Michael,
>>>
>>> yes, I did, but could not find a solution in there.
>>>
>>> Cheers,
>>> Andreas
>>>
>>> Am 21.06.2010 14:55, schrieb Brown, Michael:
>>> > Did you try the svn help command:
>>> > svn help diff
>>> > MB
>>> > --
>>> > You design it, I'll build it
>>> > e-mail: michael.l.brown_at_philips.com
>>> <mailto:michael.l.brown_at_philips.com>
>>> > desk: 608-288-6969
>>> > cell: 608-206-6843
>>> >
>>> >> -----Original Message-----
>>> >> From: Andreas Tepe [mailto:andreas.tepe_at_physics.gatech.edu
>>> <mailto:andreas.tepe_at_physics.gatech.edu>]
>>> >> Sent: Monday, June 21, 2010 1:49 PM
>>> >> To: users_at_subversion.apache.org <mailto:users_at_subversion.apache.org>
>>> >> Subject: diff to repository
>>> >>
>>> >> Hello list,
>>> >>
>>> >> I'm sorry, probably this has been asked many times before.
>>> >> Unfortunately, I couldn't find out how to search in the list
>>> archive...
>>> >>
>>> >> Is there a way to svn diff to the repository?
>>> >> Actually, svn diff to the local copy does not help me at all
>>> (because I
>>> >> know my local changes) and svn stat does not give me enough
>>> information
>>> >> about the changes that have been committed to the repository.
>>> >>
>>> >> Thanks a lot,
>>> >> Andreas
>>> >>
>>> >>
>>> >> --
>>> >> *********
>>> >> * Andreas Tepe
>>> >> * Center for Relativistic Astrophysics
>>> >> * School of Physics - Georgia Institute of Technology
>>> >> * 837 State St. Atlanta GA, 30332-0430
>>> >> * Office +1(404)385-8110 Fax +1(404)894-9958 Mobile +1(404)578-1317
>>> >> * http://www.cra.gatech.edu/
>>> >> *********
>>> >>
>>> >
>>> >
>>> > The information contained in this message may be confidential and
>>> legally protected under applicable law. The message is intended
>>> solely for the addressee(s). If you are not the intended recipient,
>>> you are hereby notified that any use, forwarding, dissemination, or
>>> reproduction of this message is strictly prohibited and may be
>>> unlawful. If you are not the intended recipient, please contact the
>>> sender by return e-mail and destroy all copies of the original message.
>>> >
>>>
>>> --
>>> *********
>>> * Andreas Tepe
>>> * Center for Relativistic Astrophysics
>>> * School of Physics - Georgia Institute of Technology
>>> * 837 State St. Atlanta GA, 30332-0430
>>> * Office +1(404)385-8110 Fax +1(404)894-9958 Mobile +1(404)578-1317
>>> * http://www.cra.gatech.edu/
>>> *********
>>>
>>>
>>>
>>> Please don't top-post.
>>>
>>> svn diff PATH URL <- diff between working copy and repository
>>> svn diff URL PATH <- diff between repository and working copy
>>> svn diff URL URL <- diff between repository and repository
>>>
>>> Pretty straight forward.
>>>
>>> R.
>>
>>
>> Hello!
>>
>> Thanks for your answer!
>> No, this doesn't work for me. It tells me
>> svn: Target lists to diff may not contain both working copy paths and URLs
>> if I use
>> svn diff PATH URL
>>
>> Cheers,
>> Andreas
>>
>>
>>
>
> Hello again!
>
> does still nobody have an idea about this?
> Actually, I thought this is something everybody needs when working with svn and several programmers
> on the same project.
svn diff -r HEAD works for me (and yes, it does contact the repository
to perform the diff). I thought I saw it suggested but don't see it
now.
Received on 2010-06-23 17:25:06 CEST