Project

General

Profile

1
*******Useful project infrmation***********
2
Project has 2 external folders. Check them using  
3
	svn propget svn:externals ./
4

    
5
Above command should show the following:
6
	./src/app/openaireLibrary https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app
7
	./src/assets/common-assets https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets
8

    
9
After initial checkout, you may have to exlude ./src/app/openaireLibrary/app.* files in order the project to run properly.
10
Exclude the files from your local copy, but keep them in the repository.
11

    
12
Use the following command, to exclude the files:
13
	cd ./src/app/openaireLibrary
14
	svn update --set-depth exclude ./app.*
(3-3/12)