Forum Discussion
dubyaohdubya
14 years agoOccasional Contributor
If you mean you've got a feature branch with a few commits and you want to start a review, you could just add each commit, or you could upload the diffs between the branch point and HEAD within that subtree. That would look roughly like:
ccollab addsvndiffs -r OLD:HEAD svn://domain/path/to/branch/
If you mean you want to review your entire codebase in one big shot, I'd strongly advise against it. If you must, diff the root of your project against an empty folder. (you may need to check one in)
ccollab addsvndiffs svn://path/to/empty svn://path/to/project/root
ccollab addsvndiffs -r OLD:HEAD svn://domain/path/to/branch/
If you mean you want to review your entire codebase in one big shot, I'd strongly advise against it. If you must, diff the root of your project against an empty folder. (you may need to check one in)
ccollab addsvndiffs svn://path/to/empty svn://path/to/project/root
Related Content
- 3 years ago
- 2 years ago
- 3 years ago
Recent Discussions
- 3 months ago