i want to write bash file to do incremntal backup daily ... how i can do it ?

by svnlook youngest i can get the current svn repository revision ... how i can store the result of svnlook youngest in variable and how i can take the differant between to revision

to understand what i mean see the following :- svnadmin dump $SVN_REPOSITORY --revision old_revision_number:YOUNGEST_revision_number --incremental > $SHERD_AREA/incremental_backup"

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted
version=$(svnlook youngest)
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.