Showing posts with label Subversion. Show all posts
Showing posts with label Subversion. Show all posts

Friday, April 13, 2012

Eclipse SUBVERSION MKACTIVITY Commit FAILED



So, I've been trying to get Ecplise to work with the SVN trunk, but I keep on getting errors : 


Some of selected resources were not committed.
svn: Commit failed (details follow):
svn: MKACTIVITY of '/svn/!svn/act/211517ad-3601-0010-bf2a-d36de0e8e97a': 405 Method Not Allowed (http://jtelmon.googlecode.com)
svn: MKACTIVITY request failed on '/svn/!svn/act/211517ad-3601-0010-bf2a-d36de0e8e97a'




I figured out what the problem was. It turned out that I was not 
grabbing the svn from https, just the http. Either I missed the "s" 
key when typing it in or what, I don't know. But, it is all fixed now. 





I had on the label HTTPS but on the URL there was only HTTP : 







Wednesday, August 3, 2011

Eclipse INDIGO Subversion - Google.Code


Subversion ( Subversive ) installation instructions


http://eclipse.org/downloads/
Eclipse Classic does not have Marketplace;
It's better to be used Eclipse IDE for Java Developers

1. Eclipse Marketplace


2.
    Find SUBVERSION

3.
Install Subversive


4.
After restart : check SVN Kit



And now , SUBVERSION ( Subversive ) is installed ;
Instead of Subversive , on Win32 - an alternative is SUBCLIPSE .

Now let's import in Eclipse a project from Google Code :

5.

File -> Import -> SVN -> Project from SVN


Let's check out :
  Enter 
     http://jtelmon.googlecode.com/svn 
  in the URL and then click BROWSE :  






We've just imported from code.Google.com a project ;
With a user and password one can modify the project and commit updates .




~ ~ ~ 
         Android SDK for Eclipse on Ubuntu : 

How to Install the Android SDK and Eclipse Indigo on Ubuntu