Duncan Murdoch <murdoch@stats.uwo.ca> writes:
> > M + branches/ut/hlist/kernel/2.6/drivers/net/can/mscan/mscan.c
> > M + branches/ut/hlist/kernel/2.6/drivers/net/can/mscan/mscan.h
> > M + branches/ut/hlist/kernel/2.6/drivers/net/can/mscan/mpc52xx_can.c
> Just a guess, but the mscan.c file has svn:keywords assigned, and
> contains a $Id:$ keyword; that was probably modified when you made the
> copy.
These fiels have indeed the svn:keywords assigned and contain a $Id$.
But this Id isn't changed when I do the svn copy, and almost all other
files in the trunk have that property assigend, too, and contain $Id$,
too. But the 3 files in the directory kernel/2.6/drivers/net/can/mscan
are the only one which subversion considers modified. What is the
difference between these and other files? I have done a svn proplist -v
one these files and the containing directory but could find any hint.
$ ls trunk/kernel/2.6/drivers/net/can/mscan
Makefile mpc52xx_can.c mscan.c mscan.h
$ svn proplist -v trunk/kernel/2.6/drivers/net/can/mscan/*
Properties on 'trunk/kernel/2.6/drivers/net/can/mscan/mpc52xx_can.c':
svn:keywords : Id
Properties on 'trunk/kernel/2.6/drivers/net/can/mscan/mscan.c':
svn:keywords : Id
Properties on 'trunk/kernel/2.6/drivers/net/can/mscan/mscan.h':
svn:keywords : Id
$ svn proplist -v trunk/kernel/2.6/drivers/net/can/mscan
$ svn proplist -v trunk/kernel/2.6/drivers/net/can
$
The difference bewtween Makefile and the other 3 files is indeed the
svn:keywords property. But I also have
$ ls trunk/kernel/2.6/drivers/net/can/sja1000
Makefile isa.c proc.c sja1000.c sja1000.h trajet-gw2.c version.h
$ svn proplist -v trunk/kernel/2.6/drivers/net/can/sja1000/*
Properties on 'trunk/kernel/2.6/drivers/net/can/sja1000/Makefile':
svn:keywords : Id
Properties on 'trunk/kernel/2.6/drivers/net/can/sja1000/isa.c':
svn:keywords : Id
Properties on 'trunk/kernel/2.6/drivers/net/can/sja1000/proc.c':
svn:keywords : Id
Properties on 'trunk/kernel/2.6/drivers/net/can/sja1000/sja1000.c':
svn:keywords : Id
Properties on 'trunk/kernel/2.6/drivers/net/can/sja1000/sja1000.h':
svn:keywords : Id
Properties on 'trunk/kernel/2.6/drivers/net/can/sja1000/trajet-gw2.c':
svn:keywords : Id
Properties on 'trunk/kernel/2.6/drivers/net/can/sja1000/version.h':
svn:keywords : Id
$ svn proplist -v trunk/kernel/2.6/drivers/net/can/sja1000
$
and these files are not considered modified. I still don't see what
could be the reason for this.
urs
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 23 17:58:18 2006