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

Hidden file added even though it is ignored.

From: Lars Eirik Mobęk <lem_at_jmo.no>
Date: 2005-02-25 05:18:51 CET
('binary' encoding is not supported, stored as-is) There's a hidden file in my directory:
  C:\omj\administration>attrib *.*
  A H C:\jmo\administration\~$rketing_og_softwarespek.doc

svn status says that it is ignored:
  C:\omj\administration>svn status --no-ignore
  I ~$rketing_og_softwarespek.doc

because I set my svn:ignore property to:
  C:\omj\administration>svn propget svn:ignore .
  *.o
  *.lo
  *.la
  #*#
  .*.rej
  *.rej
  .*~
  *~
  .#*
  .DS_Store.
  ~*.tmp
  ~$*.doc

I do an add (which I thought would ignore the ignored file):
  C:\omj\administration>svn add *
  A (bin) ~$rketing_og_softwarespek.doc

This is my version information:
  C:\omj\administration>svn --version
  svn, version 1.1.3 (r12730)
     compiled Jan 20 2005, 05:51:34
  [...]

What happens here? Why is it added?
Any help is appreciated.

Best Regards,
Lars Eirik

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 25 22:19:53 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.