Reference from mojoPortal.web to mojoPortal.web

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.
7/10/2007 3:40:28 AM
Gravatar
Total Posts 488

Reference from mojoPortal.web to mojoPortal.web

Joe,

please, remove the reference to mojoPortal.web from mojoPortal.web project.

7/10/2007 12:51:11 PM
Gravatar
Total Posts 18439

Re: Reference from mojoPortal.web to mojoPortal.web

I will have it fixed soon. Sorry about that I don't really know how it happended. Was getting some strange errors myself but didn't know what was causing it. Unfortunately my internet is not working at home so I'm in a coffee shop. Will commit before I go back home.

Thanks,

Joe

7/11/2007 3:29:02 AM
Gravatar
Total Posts 488

Re: Reference from mojoPortal.web to mojoPortal.web

bin\mojoPortal.Web.dll is still added to the project.

By the way, why adding bin to the project and to svn? IMHO it would be better to add bin, obj and aspnet-client to svn:ignore property.

7/11/2007 9:09:16 AM
Gravatar
Total Posts 18439

Re: Reference from mojoPortal.web to mojoPortal.web

I have removed the Web\bin folder from svn, niether of the other 2 mentioned folders is in svn.

Your suggestion about svn ignore, isn't something I can do globally is it? Each developer can do that on their own machine if they like but it seems uneeded for me as those folders are not in svn already. The only advantage is if right clicking a folder to add new files that might filter out those folders where now I just have to remember not to add them.

Joe

7/11/2007 9:14:58 AM
Gravatar
Total Posts 488

Re: Reference from mojoPortal.web to mojoPortal.web

svn:ignore is a folder property stored in svn. It can be commited as any other change.

The advantage is as you mentioned: these directories (and their contents) are also not shown in "commit" and "create patch" dialogs, so there is much easier to find unadded files that should be aded.

7/11/2007 9:34:22 AM
Gravatar
Total Posts 18439

Re: Reference from mojoPortal.web to mojoPortal.web

I did not know this. Thanks!

I will do this for bin and obj folders, aspnet_client is not even in my file system tree.

 

7/11/2007 9:38:08 AM
Gravatar
Total Posts 488

Re: Reference from mojoPortal.web to mojoPortal.web

aspnet_client, as far as I understand, is added automatically when you use the folder in IIS for hosting the web site.

7/12/2007 7:21:16 AM
Gravatar
Total Posts 488

Re: Reference from mojoPortal.web to mojoPortal.web

Thanks for adding svn:ignore to most folders.

This can also be added to:

1. \DotNetOpenMail

2. \NeatHtml\dotnet\Brettle.Web.NeatHtml

3. \NeatUpload

4. \mojoPortal.Business\bin (ignore Debug and Release)

5. \npgsql1-0 (ignore obj)

6. \npgsql1-0\bin (ignore Debug and Release)

7. \sharpmimetools-0.6

8. Once again, \Web\aspnet_client. It is sometimes automatically added (as far as I understand).

7/16/2007 3:11:49 AM
Gravatar
Total Posts 488

Re: Reference from mojoPortal.web to mojoPortal.web

Thanks, it's about perfect now.

The last things (I hope) about this.

1. In \Web\Data\Sites you added to svn:ignore just 2 and 4. Why not also adding 3,5,6,7,8,9? In my case I have 3 sites and they are 1,2,3.

2. \Web\Data\Sites\1\index - did you just forget it?

7/23/2007 11:01:45 AM
Gravatar
Total Posts 488

Re: Reference from mojoPortal.web to mojoPortal.web

Thanks for the improvement!

9/6/2007 6:05:24 AM
Gravatar
Total Posts 488

Re: Reference from mojoPortal.web to mojoPortal.web

As I can see, the solution was reorganized recently. Please, correct "ignores" also.

Is there a need to list folders to ignore?

9/19/2007 7:25:41 AM
Gravatar
Total Posts 488

Re: Reference from mojoPortal.web to mojoPortal.web

Thanks.

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