> When we are getting source code from openbravo svn server , how can > we put that code in our SVN server and then setup eclipse from our > SVN server source code . You can check out from the Openbravo's svn server using svn export [1] This command will check out but without the svn metadata (.svn) Then you can check in the source code in your svn server. e.g. svn export https://dev.openbravo.com/svn/openbravo/tags/r2.35mp5/ openbravo
[1] http://svnbook.red-bean.com/en/1.0/re10.html > Another Question is how can I assigin Developer ID ? You need to manually keep record of the developer id of each developer. The AD_Developer table is used to keep track of the Openbravo's core developers. In the configuration process: ant -f build.xml.template setup You can setup the developer id for each one. > 2] My Second query is if we do installation using Binaries. How do > assing Developer ID ? As far as I know, when you use the installer the developer id is part of one of the screens (is configurable). >Is there > any way by which we can fix this probelm . or we will have to do it > from scratch ? You can update the TAD_Level in the Ad_System table with the developer id of each one. Then execute the AD_Update_Sequence procedure, this will recreate the sequences in the AD_Sequence for each developer. This should solve the problem for the future. But with the development already made, is not possible to update the primary keys of the tables. You need to fix it manually (or start from the scratch). Hope it helps. Best Regards, -- Iván Perdomo On Tue, 24 Jun 2008 12:06:37 +0530 "Pranay Joshi" <[EMAIL PROTECTED]> wrote: > Hello Openbravo team, > I need some help on following topics > 1] For installation of openbravo we can use Binaries setup / we can > use SVN repository and setup eclipse IDE . > When we are getting source code from openbravo svn server , how can > we put that code in our SVN server and then setup eclipse from our > SVN server source code . > What I have done is I have wrote a small program that will delete .svn > folder from all directories and sub directories , and then put this > source code in our SVN server and then setup Eclipse using our SVN > server. Is this process a write one ? .Another Question is how can I > assigin Developer ID ? What I know is that we have > development.environment.id in openbravo.properties file .by default > it has value 1 , now for my multiple developers how can I assigne > different ID ? Also there should be a table AD_Developer where the ID > of Each developer is kept . but I havent found any such table nor in > SVN servers source database subdirectory. > > 2] My Second query is if we do installation using Binaries. How do > assing Developer ID ? > Presently we are using Binaries installion on different devlopers > PC , and now merging the code we are facing the problem of collision > of Primary key ID as we did not have unique developer ID ? Is there > any way by which we can fix this probelm . or we will have to do it > from scratch ? > > > > > Regards, > Pranay ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Openbravo-development mailing list Openbravo-development@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-development