Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I created a new class in VS. For some reason Tortoise is not picking it up and I can't figure out why. Wondering if anyone has had this issue?

I am not excluding .cs or do not have * in my filter so not sure what the deal is. All other files picked up just fine.

share|improve this question

1 Answer

up vote 2 down vote accepted

Hate to state the obvious first, but did you add it to the repository first before trying to commit it?

share|improve this answer
Yes, but I should not have to manually right-click and add. Tortoise always picks it up in the commit dialog..meaning it shows you uncommitted files and you have the option right there to select those uncommitted files to include in your current commit. For some reason this .cs file was not showing in the dialog and that's what was troubling. Yes, I ended up having to go the old route, and manually force it by right-clicking the file itself and adding it. – CoffeeAddict May 7 '10 at 3:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.