On Wed, Jun 23, 2010 at 11:05, Andreas Tepe <andreas.t...@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.t...@physics.gatech.edu >>> <mailto:andreas.t...@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.br...@philips.com >>> <mailto:michael.l.br...@philips.com> >>> > desk: 608-288-6969 >>> > cell: 608-206-6843 >>> > >>> >> -----Original Message----- >>> >> From: Andreas Tepe [mailto:andreas.t...@physics.gatech.edu >>> <mailto:andreas.t...@physics.gatech.edu>] >>> >> Sent: Monday, June 21, 2010 1:49 PM >>> >> To: users@subversion.apache.org <mailto:users@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.