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

diffing

From: Lukas Ruf <ruf_at_rawip.org>
Date: 2004-05-25 13:10:17 CEST

Dear all,

I need to create a diff to extract my extensions. To profit of the
features provided by subversion, I arranged the repository layout as
follows:

    komsys-pc-ruf:2.4!59> tree -d -L 1
    .
    |-- branches
    |-- patches
    |-- trunk
    |-- trunk_tags
    |-- upstream
    `-- upstream_tags

However, when I run the 'svn diff', I do not get an output:

    komsys-pc-ruf:2.4!57> svn diff trunk upstream

While running the common diff results in some differences:

    komsys-pc-ruf:2.4!58> diff -rq --exclude='.svn' trunk upstream
    Files trunk/drivers/char/defkeymap.c and \
        upstream/drivers/char/defkeymap.c differ
    Files trunk/include/linux/ghash.h and \
        upstream/include/linux/ghash.h differ
    Only in trunk/include/linux/netfilter_ipv4: ipt_PROMETHOS.h
    Only in trunk/include/linux/netfilter_ipv4: promethos.h

But:
    komsys-pc-ruf:2.4!62> svn status -v
                        upstream/drivers/char/defkeymap.c \
                        trunk/drivers/char/defkeymap.c \
      88 3 ruf upstream/drivers/char/defkeymap.c
      90 63 ruf trunk/drivers/char/defkeymap.c

Thus, my question: Is there anything I have not understood?

Thanks!

wbr,
Lukas

-- 
Lukas Ruf           | Wanna know anything about raw |
<http://www.lpr.ch> | IP? -> <http://www.rawip.org> |
eMail Style Guide: <http://www.rawip.org/style.html>|
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 25 13:13:52 2004

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.