[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Idea: a new tool for peer reviews and commenting

From: Jarmo Torvinen <jarmo.torvinen_at_iki.fi>
Date: 2006-10-14 13:28:50 CEST

Hello,

I had an idea about a new subversion property for making peer reviews
and collaborative
development easier. The idea is not specific to TortoiseSVN, but maybe
it could be tried out with it.

The basic idea is quite simple. When a person is doing a peer review
(coding review, some graphic review, schematic review etc..) he wants
to write down his comments about the inspected document to the author
of the file. He writes his comments as a property to that file using
some editor. In the simplest case, it could be for example a text
editor that supports this property commenting. Now, when the author of
that file updates his working copy, he gets the comment-properties to
him, and when opens the file in editor, can see the comments and react
to them.

The property could be something as simple as:
"tsvn:comment_N", with value "X,Y; comment text"
where the N is the number of comment and X,Y specifies the location of
the comment
inside the file. For text file, the location could be the row and
column, for graphics file, the coordinates from the origo and so on.

Well how does this relate to TortoiseSVN? A new tool, TortoiseComment
or similar could be created. The user interface could be something
like the TortoiseMerge, but at the first phase, you could add, remove
and edit comments on only plain text files. Of course, if this gets
more popular, other editors (like emacs, vi or even some commercial
ones) could pick this up.

Any comments?

---
Jarmo Torvinen
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Oct 14 14:10:26 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.