On Tue, Nov 04, 2008, Subversion daemon wrote: > r7091 | husseini | 2008-11-04 02:28:48 -0800 (Tue, 04 Nov 2008) | 1 line > Changed paths: > D /mozilla/firefox/3.1 > > cleaning the repo for new update
Hi, First, thank you for taking care of Firefox's translation! It is great that we're keeping up with it. Second, in your latest commit, what I read makes me wonder whether we're using the best way to manage clean updates where we keep the history in SVN. Personally, I would have proceded as follows: 1) compare file lists 2) "svn rm obsolete-files" 3) "cp -r new-repository-files svn-repository" 4) "svn add" 5) "svn commit" Am I wrong somewhere? -- Mohammed Adnène Trojette _______________________________________________ Doc mailing list [email protected] http://lists.arabeyes.org/mailman/listinfo/doc

