Which files to check in?

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
 
C

CT

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.
 
R

Ravikanth[MVP]

Hi

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


Ravikanth[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top