Compile project in SVN repository is that possible

150 Views Asked by At

i had little experience with svn in the past.

Right now, i am working on svn... I have a svn repository "trunk/testProject" it has a copy of test.c and test.h (test.c and test.h are tested and compiled on my local working space, and they are already committed to svn repository".

I am using an "acc" compiler that gonna create a test.o and a shared library. What i want and my problem is : how can I let my compiler recognize the HEAD version in my svn repository, then let the compiler to pick up my HEAD version of test.c and test.h in the svn repo, --- > then compile them and directly throw the test.o and shared library into a production environment ( a directory for production release) ? ------ I really have no idea about this part I read the svn book but still no luck. Since there is some setup /security limitation with our company ... I can't test or try my idea :( .... so please help me at this point @^@

Could somebody answer my question and also provide me some links / articles for me to learn. Thank you so much ~~

0

There are 0 best solutions below