> -----Original Message-----
> From: perforce-user-bounces@xxxxxxxxxxxx
> [mailto:perforce-user-bounces@xxxxxxxxxxxx] On Behalf Of Zoltan Grose
> Sent: den 5 januari 2006 19:16
> To: perforce-user@xxxxxxxxxxxx
> Subject: [p4] permanently excluding files through VS2005 IDE
>
> Is there a trick to ignore certain files repeatedly being
> added to the Pending Checkins window? For example,
> App_Data/ASPNETDB.MDF and App_Data/aspnetdb_log.ldf are not
> files I care to version but anytime I perform an operation,
> VS2005 keeps queueing them up for check-in.
Try adding a new filter (aka folder) to the project for unversioned
files:
- Remove the files in question from the project.
- Right-click on the project, select Add / New Filter, ...
- Open the properties windows for that filter (select filter, press F4).
- Set the "SCC Files" property to False.
- Re-add the files to the new folder (right-click, Add, Existing Item,
...)
Good luck // Johan
_______________________________________________
perforce-user mailing list - perforce-user@xxxxxxxxxxxx
http://maillist.perforce.com/mailman/listinfo/perforce-user
|