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
Post a Comment