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

Re: "svn status" is not worked in big ramdisk file.

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2005-05-30 10:20:45 CEST

On Monday 30 May 2005 10:06, tdkim wrote:
> when i change the ramdisk content.
> 1. mount -o loop ramdisk root/
> 2. change ramdisk content.
> 3. umount root.
If you mount a file, it's modification time and size won't change, so
subversion doesn't know it's changed.

Use touch on your file.
 touch ramdisk
Then svn should notice it's different.

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 30 10:22:43 2005

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.