Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » how to add 'svn:ignore' to 'svn:ignore'
how to add 'svn:ignore' to 'svn:ignore' [message #33457] Tue, 09 September 2008 09:03 Go to next message
Gael Billard is currently offline Gael BillardFriend
Messages: 3
Registered: July 2009
Junior Member
Hello,
using Subversice 0.7.1 and Polarion Subversive SNV kit 1.5 on eclipse 3.4

Is there a way to specify that svn:ignore property is locale ?

Thanks
Re: how to add 'svn:ignore' to 'svn:ignore' [message #33730 is a reply to message #33457] Mon, 15 September 2008 15:37 Go to previous messageGo to next message
Alexei Goncharov is currently offline Alexei GoncharovFriend
Messages: 35
Registered: July 2009
Member
Sorry, I just can't understand the question...
:(
Re: how to add 'svn:ignore' to 'svn:ignore' [message #33796 is a reply to message #33730] Mon, 15 September 2008 18:29 Go to previous messageGo to next message
Stanimir Stamenkov is currently offline Stanimir StamenkovFriend
Messages: 256
Registered: July 2009
Senior Member
Mon, 15 Sep 2008 15:37:58 +0000 (UTC), /Alexei Goncharov/:
> Tue, 09 Sep 2008 11:03:39 +0200, /Gaël Billard/:
>
>> using Subversice 0.7.1 and Polarion Subversive SNV kit 1.5 on eclipse 3.4
>>
>> Is there a way to specify that svn:ignore property is locale ?
>
> Sorry, I just can't understand the question...

I think he means how to make folders which have svn:ignore property
added locally appear not modified. Pretty much like with CVS one
could ignore some files by adding their names a .cvsignore file in
their directory and then add the ".cvsignore" name to the same
(.cvsignore) file which will make it ignored, also.

This appears as more general Subversion question, but I would like
to know if it is possible, too.

--
Stanimir
Re: how to add 'svn:ignore' to 'svn:ignore' [message #505695 is a reply to message #33457] Mon, 04 January 2010 09:37 Go to previous messageGo to next message
Mik  is currently offline Mik Friend
Messages: 2
Registered: January 2010
Junior Member
Hello,
I'm also looking for solution to this:
Is there a way to exclude svn properties (svn:ignore) from directory changes?
Please help!

Mik
Re: how to add 'svn:ignore' to 'svn:ignore' [message #506889 is a reply to message #505695] Mon, 11 January 2010 09:29 Go to previous messageGo to next message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello Mik,

Do you need to ignore some particular resources but not to commit
informartion about it in SVN Repository?
Here are possible ways how to do it:
- by using svn:ignore property, but in this case svn detects that there are
changes on folder and so you'll need to commit it
- by using Ignored Resources, if it's applicable for you, you can add
resources which you want to ignore to Ignored Resources list, you can do it
in Windows/Preferences/Team/Ignored Resources
- if it's applicable for use, you can use 'global-ignores' Subversion
runtime configuration option.

> Hello,
> I'm also looking for solution to this:
> Is there a way to exclude svn properties (svn:ignore) from directory
> changes?
> Please help!
>
> Mik
Re: how to add 'svn:ignore' to 'svn:ignore' [message #506935 is a reply to message #506889] Mon, 11 January 2010 12:34 Go to previous messageGo to next message
Mik  is currently offline Mik Friend
Messages: 2
Registered: January 2010
Junior Member
Yes, that's exactly what i want to do! In fact i'm trying to exclude symlink to *.properties file...
As i understand it's not possible to add absolute path to resource i want to exclude under Ignored Resources. In my case, pattern would apply also to versioned files as well.
As to global-ignores, is it possible to set it from Eclipse? And can i set absolute path? eg. '/project/*.properties'

Thanks for reply!

[Updated on: Mon, 11 January 2010 07:34]

Report message to a moderator

Re: how to add 'svn:ignore' to 'svn:ignore' [message #507122 is a reply to message #506935] Tue, 12 January 2010 09:03 Go to previous message
Igor Burilo is currently offline Igor BuriloFriend
Messages: 435
Registered: July 2009
Senior Member
Hello Mik,

> As to global-ignores, is it possible to set it from Eclipse? And can i set
> absolute path? eg. '/project/*.properties'
No, it's not possible and for your case there's no sense to use
global-ignores or Ignored Resources as this will affect also versioned
files.

The only I can propose to you is to use svn:ignore property and commit it.

> Yes, that's exactly what i want to do! In fact i'm trying to exclude
> symlink to *.properties file...
> As i understand it's not possible to add absolute path to resource i want
> to exclude under Ignored Resources. In my case, pattern would apply also
> to versioned files.
> As to global-ignores, is it possible to set it from Eclipse? And can i set
> absolute path? eg. '/project/*.properties'
>
> Thanks for reply!
Previous Topic:Override svn
Next Topic:SVN Console not activeated?
Goto Forum:
  


Current Time: Fri Apr 19 03:20:16 GMT 2024

Powered by FUDForum. Page generated in 0.02006 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top