Hi
I use the Eclipse plugin for VaultPro
Is there a way to tell the plugin to ignore certain files?
For example the software I am writing generates various files that I do not want to add to version control but the appear in the pending changes windows as new files. I would like a way to configure the plugin so that these files do not appear in the pending changes window
Thanks
Graham
Eclipse plugin
Re: Eclipse plugin
If these files have file extensions that are different from files you do want in source control, you can add the files to the list of excluded files for the repository. This setting is in the Admin Web Client under Source Control Repositories->(Repository name)->File Types->File Exclusions.
If the file extensions are the same as files you wish to add, a workaround would be to remove the files from the pending change set before committing.
If the file extensions are the same as files you wish to add, a workaround would be to remove the files from the pending change set before committing.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager
-
- Posts: 58
- Joined: Tue Jan 09, 2007 10:52 am
- Location: UK
Re: Eclipse plugin
Thanks Linda