Showing posts with label SVN. Show all posts
Showing posts with label SVN. Show all posts

Thursday, December 15, 2011

A repository hook failed

A repository hook failed
svn: Commit blocked by pre-commit hook (exit code 1) with output:
Please enter a log message to commit

I got above error while commiting my changes into SVN repository. As the error suggest "Please enter a log message to commit". Make sure you enter a message for commiting. It expects a message to commit, make sure that the message box is not left blank.

Monday, October 24, 2011

How to install Subversion (SVN) in Eclipse or My Eclipse

Apache Subversion (SVN) is a software versioning and a revision control system distributed under a free license. SVN is also known as Subclipse.

Subclipse 1.8.1 and 1.6.18 and 1.4.8 are now available for Eclipse 3.2+.

Here are the simple steps to install Subclipse (SVN) plugins in your IDE Eclipse or My Eclipse.

Step 1. Go to Site (http://subclipse.tigris.org) and download file latest version of Zipped file (site-1.8.1.zip).

Download Page.

Download URL.

Step 2. Unzip the file (site-1.8.1.zip) in dropins folder

Unzip the downloaded file in below mentioned dropins folder. dropins is where your Eclipse is installed.
Extract files to site-1.8.1

For Example.
C:\Program Files\Genuitec\MyEclipse 7.5\dropins



Step 3. Restart Eclipse and check it.

Restart your IDE (Eclipse or My Eclipse) and check whether it is installed successfully.

How to check whether Subclipse (SVN) is installed successfully or not?

Go to Window -> Preferences



If you can see SVN under Team node then it is installed successfully. If not then try again.