[5504] Checkout rules
I have a cvs module with many top-level folders. I only need one of the
top-level folders, and so far have had success with just the following
checkout rule:
+:cps.net
Now ... there's one sub-folder of cps.net that is very large and I don't
need to build, so I want to exclude it - so I added:
+:cps.net
-:cps.net/3pp
But it's still checking out the 3pp directory. I figure I'm not ordering
the inclusions and exclusions properly, but am not sure. Is that the
proper way to do this and this is a bug? (3.0.1 build 5504) Or is there
another way I should be doing this?
--
Chris
Please sign in to leave a comment.
Chris,
Do you use server-side or agent checkout? Checkout rules are most effective for server-side checkout and we still have some open issues addressing their support for agent-side checkout (see http://www.jetbrains.net/jira/browse/TW-3044 )
If you use server-side checkout, please file your case as a separate issue.
--
Best regards,
Yegor Yarko
Quality Assurance Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Yegor Yarko (JetBrains) wrote:
Agent checkout. I filed a JIRA already which y'all have gotten to - so
I'll just watch there - thx.