Skip to main content
1-Visitor
November 25, 2013
Question

Ignore folders from current project/repository

  • November 25, 2013
  • 1 reply
  • 7254 views

Hi,

I am new to PTC Integrity Source Control.

Am used to Git/Svn, wherein I can specify an ignore file to ignore specific files/folders providing a pattern.

In my current project there are some files which are already checked in and as a part of restrucring, I want to ignore specific folders (obj, bin folders of a Visual Studio project). I am unable to figure out how to do it.

I tried the Sandbox -> View -> Non Member, but unable to see any items listed there.

Can anyone guide me as to how to ignore folders from an existing repository?

Thanks,

Chandu

    1 reply

    1-Visitor
    November 25, 2013

    Hi

    have a look in the User Guide to "Scoped Sandbox".

    Chandu1-VisitorAuthor
    1-Visitor
    November 25, 2013

    Thanks Theirry.

    The scope is to include members. What if I want to specify exclusion? (members to be included in larger compared to exclusion in my case). Also is there an option lik e.mksignore (similar to .gitignore) in PTC?

    Please let me know.

    1-Visitor
    November 25, 2013

    The docu is not perfect, you are right.

    You can define by command line complex exclude filters like this: --scope=!path:doc/helpAVLab/* --scope=!path:doc/m2html/* - see si_configuresandbox

    In the GUI, it is not so flexible but if you click twice on the "Path" checkbox it will become a ! for exclude.

    HTH