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

.hpp ignores problem

From: Nagy Zoltán <nzoltan_at_mentor.externet.hu>
Date: 2005-12-13 10:01:07 CET

Hi,

My problem is that:

svn propset svn:ignore "*.hpp" .

is doesn't work. I have a following tree (fresh checkout):

\trunk
        test.cpp

(revision 1), then I do the follwing steps:

> cd trunk
> echo "Hello World" > test.hpp
> svn status
? test.hpp

> svn propset svn:ignores "*.hpp" .
property 'svn:ignores' set on '.'

> svn status
? test.hpp
 M .

Why? Then, I try:

> svn propset svn:ignores "test.hpp" .
property 'svn:ignores' set on '.'

> svn status
? test.hpp
 M .

Why doesn't ignore the file? svn client runnin on windows, server
running on linux. On client side, I don't touch the
%APPDATA%/Subversion/conf, it's have original content.

Regards,
Zoltan

> svn --version
svn, version 1.2.3 (r15833)
   compiled Aug 19 2005, 23:10:39

Copyright (C) 2000-2005 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 13 10:10:19 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.