SVN Update... Finished! (With errors...)

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/23/2006 6:06:51 PM
Gravatar
Total Posts 146

SVN Update... Finished! (With errors...)

Hi Joe.

When I try to do an Update of source code I get this error:

Action : Error
Path: Can't open file '/svn/mojoportal/trunk/format': Permission denied.

What I have wrong ?         
5/23/2006 6:35:51 PM
Gravatar
Total Posts 146

Re: SVN Update... Finished! (With errors...)

Additional Notes...

I'm working with mono (with VS2003), then my mojoportal version is 1.x.
My database is PostgreSQL.
Least: is my first time that I try to do an Source Update...

Thanks in advance...
5/24/2006 2:41:35 AM
Gravatar
Total Posts 18439

Re: SVN Update... Finished! (With errors...)

Hi Reuben,

I don't know what that error is. There is no format folder beneath trunk.

The only thing I can guess is that you originally got the source from svn when svn at Novell Forge was using ssh for anonymous access. They no longer have anonymous ssh access so you have to use https instead.

When they made this change at Novell Forge I updated the instructions here:
http://www.mojoportal.com/tortoisesvn.aspx

You should right click the top level folder and choose TortoiseSVN>Relocate
if the url is this
svn+ssh://anonymous@forgesvn1.novell.com/svn/mojoportal/trunk
then change it to this
https://forgesvn1.novell.com/svn/mojoportal/trunk

Hope it helps,

Joe
5/24/2006 4:48:36 AM
Gravatar
Total Posts 146

Re: SVN Update... Finished! (With errors...)

Exactly, this is my problem, I have changed the url and all work fine.   Thanks you so much !!!

For other hand:  
Some messages appear: 

1. With the folder PostgreSQLData, the process stop, to continue I have to change the name to PostgreSQLData into my computer, and then re run the process and create ok this folder (I hope not to have problem in the future).

2. After the process ended, some folder still with triangle red icon and exclam : MySQLConnector, Business.

What means this ?.   

Thanks again.
5/24/2006 5:08:07 AM
Gravatar
Total Posts 18439

Re: SVN Update... Finished! (With errors...)

Hi Reuben,

I'm not sure about #1, for #2, the red exclamation point means the file is different than the version in svn or the folder contains files that are different than what is in svn.

When you do svn update it doesn't remove changes you made, it merges the version from svn with the version you have local. The triangle may indicate conflicts from the merge, you need to right click and look in the TortoiseSVN menu for the tool to resolve the conflict. You can tell it which version to keep. You should be careful there and maybe backup files before resolving the conflict so you don't lose anything. You might want to look at the tutorials for TortoiseSVN and learn about resolving conflicts before you start.

If it has been a long time since you updated you may also have some db differences and may need to run the upgrade script (and run the stored proc script for pgsql or MS SQL if using one of them). It all depends on what version you started with, you will have to review the upgrade scripts and determine which ones to run depending on the current structure of your db.

Hope it helps,

Joe
5/24/2006 5:16:33 AM
Gravatar
Total Posts 146

Re: SVN Update... Finished! (With errors...)

Hi Joe,

About database: I installed the current version of mojoportal, and I will put my object into the database.
I will work with TortoiseSVN to resol the conflicts.

Thanks again (and thanks for your capacity to understand my "spain-english" ;)    )
You must sign in to post in the forums. This thread is closed to new posts.