Question:

SVN Questions for developers?

by  |  earlier

0 LIKES UnLike

how do you do the following

1) What's the best way to have a developing version of synfig and a working one in separated folders. What's the config orders to give to maintain both separated folders properly updated.

2) If I add a new file (new feature) I cannot obtain it form the svn -diff command. how can I apply them to the code?

3) Once obtained the diff file, how can I apply it in SF?

Please answer this questions as soon as possible it's for a friend of mine.

 Tags:

   Report

1 ANSWERS


  1. You dont.

    You have a development directory where you edit/test the code.

    In the other directory - you check-out the file or project.

    This way you can change/commit/change/commit as often as you want in the development directory, but you only "svn update -r1111 file_name" in the production directory to get the revision you want.

    You dont use SVN diff to see what you changed. You add a message when you commit changes to document what you did.

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions