Which files to check in?

  • Thread starter Thread starter Ed Eichman
  • Start date Start date
E

Ed Eichman

Hi Guys,

When I create an ASP.NET web app, which files do I need to check into
my version control? I assume that the "bin" directory is skipped, but
I'm not sure about the hidden directories (_vti_cnf, _vti_pvt,
_vti_script, and _vti_txt). What are these things, and which of their
contents do I have to check in?

NOTE: I know at least some of the hidden dirs' files have to be kept,
because trashing them caused problems in opening the project. However,
I don't want to cause problems with checking in files that will later
be generated.

Thanks,
Ed Eichman
Rocinante Software (www.rocinantesoftware.com)
Cambrils, Spain
 
Ed,

The vti_cnf, _vti_pvt, _vti_script, and _vti_txt folders are hidden
FrotnPage extensions folders. They should not be checked in. When you have a
project/solution that hasn't been added to source control yet, you can ask
VS .NET to add it to source control. This way you'll get all the required
files checked in.
 
Hi

No need to check-in the hidden directories (_vti_cnf,
_vti_pvt, _vti_script, and _vti_txt)


Ravikanth[MVP]
 
Back
Top