Ignore Pattern for file.ext.ext2 ?

View: New views
4 Messages — Rating Filter:   Alert me  

Ignore Pattern for file.ext.ext2 ?

by Daniel-386 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

i have some files wich has two extensions (microsoft report project data files).
The filename is "RPT_WhatDoesIt.rdl.data".

These rdl.data files containig cached informations from the database. They should not be in the repository.

But the ignore pattern *.rdl.data does not work.
If i try to ignore the files with "add to ignorelist 'filename.rdl.data'" i get a Errormessage: "Could not add filename.rdl.data to the ignore list!".

Is that a Bug?

Greetings from Germany,

Daniel

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2416121

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: Ignore Pattern for file.ext.ext2 ?

by Simon Large-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/10 Daniel <d.bedarf@...>:
> Hello,
>
> i have some files wich has two extensions (microsoft report project data files).
> The filename is "RPT_WhatDoesIt.rdl.data".
>
> These rdl.data files containig cached informations from the database. They should not be in the repository.
>
> But the ignore pattern *.rdl.data does not work.

Works for me in the global ignore patterns.

> If i try to ignore the files with "add to ignorelist 'filename.rdl.data'" i get a Errormessage: "Could not add filename.rdl.data to the ignore list!".

That works for me too. Which version of TSVN are you using?

Simon

--
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2416150

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

RE: Re: Ignore Pattern for file.ext.ext2 ?

by Daniel-386 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

My Ignore Pattern:

"*.[Tt][Mm][Pp] */[Oo]bj */[Bb]in */[Tt]emp */[Ddebug] */[Rr]elease *.vssscc *.vspscc *.scc *.suo *.dll *.exe *.msi *.pdb *.csproj.user *.[Cc]ache obj bin *.rdl.data"

TSVN: 1.6.6 Build 17493

yesterday i tryed to ignore the file from the commit - dialog. now i used the context menue in explorer. thats worked.

Daniel

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2416491

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].

Re: Re: Ignore Pattern for file.ext.ext2 ?

by Simon Large-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

2009/11/11 Daniel <d.bedarf@...>:
> My Ignore Pattern:
>
> "*.[Tt][Mm][Pp] */[Oo]bj */[Bb]in */[Tt]emp */[Ddebug] */[Rr]elease *.vssscc *.vspscc *.scc *.suo *.dll *.exe *.msi *.pdb *.csproj.user *.[Cc]ache obj bin *.rdl.data"
>
> TSVN: 1.6.6 Build 17493
>
> yesterday i tryed to ignore the file from the commit - dialog. now i used the context menue in explorer. thats worked.

No idea why that should be a problem.

BTW, your global ignore patterns include paths (eg. */release). That
will not work reliably in 1.6.x because the implementation within
subversion has changed. I believe the fact that it worked previously
was purely accidental. You can simply use [Rr]elease to ignore all
release directories.

Simon

--
:       ___
:  oo  // \\      "De Chelonian Mobile"
: (_,\/ \_/ \     TortoiseSVN
:   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
:   /_/   \_\     http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2416503

To unsubscribe from this discussion, e-mail: [users-unsubscribe@...].