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

Re: [TSVN] Issue Tracking Log Message

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-09-06 19:17:36 CEST

Eric J. Smith wrote:
>>And that's the problem. If it's hidden if no issue is assigned to it,
>>then the dialog has an empty space between the log message and the file
>>list. Sure, automatic resizing of those controls would get rid of that
>>space, but I don't intend to write my own resizable lib.
>
> Would you really need something that complex? It seems like it would be
> pretty simple to just conditionally make room for a single line of text in
> the UI and conditionally move the file list down a little bit. Anyway, just
> a nice to have.

Yes, it would be that complex. Because right now we use a library to get
the dialog resizable, and that library doesn't like it if you "manually"
move the controls around. Because it doesn't know about that moving
around and then things get screwed up.

> Sorry, I guess they are just called properties and not "extended
> properties". I also was assuming that you were storing the issue tracking
> information in properties of a specific revision, but I went back and read
> the spec and see that the information is being stored in the comment itself
> and then being parsed out. I'm sure this has been discussed before, but it
> would be really cool if Subversion itself would allow you to commit
> properties of a revision along with the file changes and that the whole
> thing would fail or succeed. It seems like this would be a much cleaner way
> to store revision meta data such as issue tracking information.

We've talked about this before. Sure it would be great if Subversion
would do that, but it doesn't. And it would be even better if Subversion
would provide server side config files, and not only for the Subversions
own config options but customizable. But Subversion doesn't do that and
probably never will. Every time I brought something like this up the
idea was rejected right away (or at least four or five mails later if
not immediately).
So we had to implement this without the "missing" Subversion features
using only what's available _now_. It isn't perfect because of that, but
that's the best we could do...

> Awesome! I didn't see this before. Would it be possible to add this same
> feature to the show log window so that we could see properties of a specific
> revision?

Give me some time for that...

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Sep 11 20:14:57 2004

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.