Which is the best structure for an Android SVN project? -


which better structure svn repository hold single android project (and why)?

http://myserver/svn     /trunk         /myproject             /src             /res             /assets     /branches     /tags 

or

http://myserver/svn     /trunk         /src         /res         /assets     /branches     /tags 

basically want know if project root folder should explicitly named in hierarchy. repository hold 1 project have many branches , tags. i'm using eclipse svn plug-in.

thanks,

barry

i have this:

http://myserver/svn     myproject1         /trunk             /src             /res (external)             /assets         /branches         /tags     myproject2        /trunk            /src            /res (external)            /assets        /branches        /tags     resources 

haven't done of android development, stuff resources keep outside main source structure , make use of svn:externals link think , potentially use them across various projects


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -