2008/9/9 Abhinav Aggarwal <[EMAIL PROTECTED]>: > Dear Friends, you just forget the list :-) > > Can anybody help me installing and updating mono and monodevelop through > svn. I am trying downloading through svn, but am not able to do so as i am > sitting behind firewall.
open a shell console like "konsole" mkdir ~/tmp/monosvn cd ~/tmp/monosvn svn co svn://anonsvn.mono-project.com/source/trunk/mono svn co svn://anonsvn.mono-project.com/source/trunk/mcs svn co svn://anonsvn.mono-project.com/source/trunk/monodevelop svn co svn://anonsvn.mono-project.com/source/trunk/gtk-sharp cd mono ./configure --prefix=/usr make su make install cd ../gtk-sharp ./configure --prefix=/usr make su make install cd ../monodevelop ./configure --prefix=/usr make su make install That all > Thanks all for your help in advance. > > Abhinav Aggarwal > Petit Eric wrote: >> >> 2008/9/8 Neil Munro <[EMAIL PROTECTED]>: >> >>> >>> Ok, running ubuntu X86 8.04, monodevelop 1.0, my installed version of >>> subversion appears to be 1.4.6, all packages were installed via apt. >>> >>> Error is this: Commit failed (details follow): >>> MKACTIVITY of >>> '/svnroot/warp/!svn/act/4f8c700f-f7f6-4c83-a915-936fec409045': >>> 403 Forbidden (http://warp.svn.sourceforge.net) >>> >>> Which lead me to believe the server was down, so I waited a few days >>> after >>> the downtime was supposed to have been restored and tried again, but to >>> not >>> avail, I was aware of the scheduled down time, but I am also under the >>> impression that it should be back up by now. >>> >>> Thus far I have not been asked for my username or password which I >>> believe >>> might be the source of the error, but since it 'just worked' last time >>> I'm >>> not sure how to enter my user name and password for the server. >>> >> >> If the first time yu ask to remember credantial ..... >> Of my point of view, you will got better analyse if you open a console >> in your local svn dir and use svn co ? or with konqueror + kdesvn make >> a right click on it (action or open with) ?! >> >>> >>> 2008/9/8 Petit Eric <[EMAIL PROTECTED]> >>> >>>> >>>> ?! >>>> On 2008-09-04 at 04:00 UTC, Subversion service write operations will be >>>> offline for no more than 24 hours. During this time, Subversion write >>>> operations (such as commit) will fail with an error. Read operations >>>> (checkout, ViewVC, etc.) will succeed as normal. This downtime is being >>>> used to migrate data on to new storage hardware and conduct performance >>>> testing. We are taking this downtime approach (leaving service online, >>>> with write operations failing) to minimize the functional impact to >>>> users. >>>> >>>> Questions or concerns regarding this downtime may be directed to >>>> SourceForge.net staff by submitting a Support Request at >>>> https://sourceforge.net/projects/alexandria/support/ >>>> >>>> Thank you, >>>> >>>> Jacob Moorman >>>> Director of Operations, SourceForge.net >>>> >>>> >>>> ---------------------------------------------------------------------- >>>> This message was sent on behalf of SourceForge.net based on >>>> the existence of your user account on our site. >>>> >>>> To unsubscribe from future mailings, login to the SourceForge.net site >>>> and request account removal at: >>>> http://sourceforge.net/account/remove_account.php >>>> >>>> Or contact us by postal mail at: >>>> Attn: SourceForge.net Legal Services - Account Removal >>>> SourceForge, Inc. >>>> 650 Castro Street, Suite 450 >>>> Mountain View, CA 94041 >>>> >>>> Unsubscribe requests will be processed within 10 days of receipt. >>>> >>>> 2008/9/7 "Andrés G. Aragoneses" <[EMAIL PROTECTED]>: >>>> >>>>> >>>>> Neil Munro wrote: >>>>> >>>>>> >>>>>> Hey all >>>>>> I am working on a sourceforge project and am eager to get >>>>>> monodevelop working again, I used to have it working with sourceforge >>>>>> svn servers, but since I had to reinstall my machine due to a hardware >>>>>> failure I have been unable to perform any write operation to the svn >>>>>> server, could someone help me set this back up please? >>>>>> >>>>>> >>>>> >>>>> Can you be more specific? Do you receive any error? Can you paste the >>>>> output you see when running it in the console? Which SVN version do you >>>>> use and which SVN version does SF use? Which MonoDevelop version are >>>>> you >>>>> using and how did you install it? >>>>> >>>>> Thanks, >>>>> >>>>> Andrés >>>>> >>>>> -- >>>>> >>>>> _______________________________________________ >>>>> Monodevelop-list mailing list >>>>> [EMAIL PROTECTED] >>>>> http://lists.ximian.com/mailman/listinfo/monodevelop-list >>>>> >>>>> >>>> >>>> -- >>>> >>>> Cordially. >>>> >>>> Small Eric Quotations of the days: >>>> >>>> >>>> --------------------------------------------------------------------------- >>>> If one day one reproaches you that your work is not a work of >>>> professional, say you that: >>>> Amateurs built the arch of Noah, and professionals the Titanic. >>>> >>>> >>>> --------------------------------------------------------------------------- >>>> >>>> Few people are done for independence, it is the privilege of the >>>> powerful >>>> ones. >>>> >>>> >>>> --------------------------------------------------------------------------- >>>> >>>> No key was wounded during the drafting of this message. >>>> >>> >>> _______________________________________________ >>> Monodevelop-list mailing list >>> [EMAIL PROTECTED] >>> http://lists.ximian.com/mailman/listinfo/monodevelop-list >>> >>> >>> >> >> >> >> > > -- Cordially. Small Eric Quotations of the days: --------------------------------------------------------------------------- If one day one reproaches you that your work is not a work of professional, say you that: Amateurs built the arch of Noah, and professionals the Titanic. --------------------------------------------------------------------------- Few people are done for independence, it is the privilege of the powerful ones. --------------------------------------------------------------------------- No key was wounded during the drafting of this message. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
