Can't see files added after checking out from TortoiseSVN

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/3/2009 10:56:49 AM
Gravatar
Total Posts 131

Can't see files added after checking out from TortoiseSVN

This is likely a simple question.  I have checked out the code via SVN and am able to get the solution to run.  After I ran setup, it added the skins to the data/sites/1/skins directory.  Also, I created a my custom modules folder and added the hello world example.  The issue I'm having is that these files do not show up in VS even though they are in the underlying file system.  I'm assuming it has to do with TortoiseSVN.  Not sure how to add to the project without needed to add back to the SVN repository (which I don't want to do as no one wants to see this learning code, trust me).

Any thoughts?

 

5/3/2009 11:01:49 AM
Gravatar
Total Posts 131

Re: Can't see files added after checking out from TortoiseSVN

Never mind.

Brain fart.  I just used add existing item and poof!

Knew it was easy.

5/3/2009 11:01:56 AM
Gravatar
Total Posts 18439

Re: Can't see files added after checking out from TortoiseSVN

By default VS only shows files that are members of the project, but you can click the mojoPortal.Web project node to select it then there is an icon at the top of solution explorer for "Show All Files".

show all files screen shot

Then it will show all files but non project files will be whited out, you can still open them though.

Hope it helps,

Joe

5/3/2009 11:05:55 AM
Gravatar
Total Posts 18439

Re: Can't see files added after checking out from TortoiseSVN

I would not add your custom files to the project as it may lead to svn conflicts when you do svn update. If you want to use code behind then you should create additional projects (with post build events) and a custom .sln file to include your projects. If its just inline code files like the hello world examples there is no need to make the files project members, just do the show all files.

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.