svn:externals
svn:externals is very useful property of subversion, If you have a common code Sharing between two different projects. By using this property no need to maintain duplicate source code.Keep the source code in one central location and set the externals property for other projects.
svn:externals is very useful property of subversion, If you have a common code Sharing between two different projects. By using this property no need to maintain duplicate source code.Keep the source code in one central location and set the externals property for other projects.
- How to configure the externals in your projects.
- Configure the SVN plugin in your eclipse
- Right click in eclipse navigator -> new -> folder(ex. test)
- Right click on test -> team -> set external definition.
- Local path :give the local folder where you want to download
- URL : give the URL from where you want to download
- click ok
- Right click on your project -> team -> update.
No comments:
Post a Comment