subversion changes browser

I was testing out the subversion support in the 3401 EAP release and noticed that the changes browser didn't seem to be able to display the changes for a revision I made that pretty much touched every file in the repository, all it would display is what you see in the attached screenshot. All other revisions seemed to display correctly however they mostly are single or two file changes.

I couldn't find any issues listed in the tracker for this though they may be listed in JIRA.


Regards,

Bruce Ritchie



Attachment(s):
screenshot.png
0
9 comments
Avatar
Permanently deleted user

Ummm double click the file you're interested in. trunk is a file on
your end? interesting. Usually you'll see a list of files that
changed, I do here, then double click the file and you will get a diff
window.

R

0
Avatar
Permanently deleted user

Truck isn't a file actually. It's a directory in the subversion repository that the source lives under ala /svn/repos/kb/trunk/source. Double clicking on it does nothing.

Not seeing the list of files that changed is the bug I'm reporting here.


Regards,

Bruce Ritchie

0
Avatar
Permanently deleted user

In article <7638695.1121184781209.JavaMail.javamailuser@localhost>,
Bruce Ritchie <bruce@jivesoftware.com> wrote:

Truck isn't a file actually. It's a directory in the subversion repository
that the source lives under ala /svn/repos/kb/trunk/source. Double clicking
on it does nothing.

Not seeing the list of files that changed is the bug I'm reporting here.


Regards,

Bruce Ritchie


File a big in Jira with your screenshot and what protocol you're using,
that one is weird for sure.

What build of IDEA are you using 3401?

R

0
Avatar
Permanently deleted user

ummm... so after I highlight usages... how does one unhighlight them?
There seems to be no obvious shortcut for it... now my page is lit like
a christmas tree :D

R

0
Avatar
Permanently deleted user

What does command line client show when you invoke it for revision 12, i.e.:

svn log -v r12:12 urlOrPath

0
Avatar
Permanently deleted user

Esc. It should say that in the status bar.

--Dave Griffith

0
Avatar
Permanently deleted user

H:\kb>svn log -v -r 12:12
-


r12 | bruce | 2005-07-11 20:36:52 -0400 (Mon, 11 Jul 2005) | 1 line
Changed paths:
M /kb/trunk
M /kb/trunk/KnowledgeBase.iml
M /kb/trunk/KnowledgeBase.ipr
M /kb/trunk/source/com/jivesoftware/kb/Attachment.java
M /kb/trunk/source/com/jivesoftware/kb/AttachmentException.java
M /kb/trunk/source/com/jivesoftware/kb/AttachmentManager.java
M /kb/trunk/source/com/jivesoftware/kb/Comment.java
M /kb/trunk/source/com/jivesoftware/kb/CommentManager.java
M /kb/trunk/source/com/jivesoftware/kb/CommentResultFilter.java
M /kb/trunk/source/com/jivesoftware/kb/CommentTreeWalker.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentAttributes.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentBuilder.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentField.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentFieldAttributes.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentFieldFormatter.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentFieldValidator.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentPresentor.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentState.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentTemplateManager.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentType.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentTypeManager.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentTypeValidator.java
M /kb/trunk/source/com/jivesoftware/kb/DocumentVersion.java
M /kb/trunk/source/com/jivesoftware/kb/DuplicateIDException.java
M /kb/trunk/source/com/jivesoftware/kb/ImageManager.java
M /kb/trunk/source/com/jivesoftware/kb/InvalidLanguageException.java
M /kb/trunk/source/com/jivesoftware/kb/KbCategory.java
M /kb/trunk/source/com/jivesoftware/kb/KbCategoryResultFilter.java
M /kb/trunk/source/com/jivesoftware/kb/KbDocument.java
M /kb/trunk/source/com/jivesoftware/kb/KbDocumentResultFilter.java
M /kb/trunk/source/com/jivesoftware/kb/KbDocumentVersionComment.java
M /kb/trunk/source/com/jivesoftware/kb/KbFactory.java
M /kb/trunk/source/com/jivesoftware/kb/KbFilterType.java
M /kb/trunk/source/com/jivesoftware/kb/KbImage.java
M /kb/trunk/source/com/jivesoftware/kb/KbImageException.java
M /kb/trunk/source/com/jivesoftware/kb/KbObjectNotFoundException.java
M /kb/trunk/source/com/jivesoftware/kb/KbPermissions.java
M /kb/trunk/source/com/jivesoftware/kb/KeywordManager.java
M /kb/trunk/source/com/jivesoftware/kb/ModerationManager.java
M /kb/trunk/source/com/jivesoftware/kb/MultiValueDocumentField.java
M /kb/trunk/source/com/jivesoftware/kb/Query.java
M /kb/trunk/source/com/jivesoftware/kb/QueryLogger.java
M /kb/trunk/source/com/jivesoftware/kb/QueryLoggerFactory.java
M /kb/trunk/source/com/jivesoftware/kb/QueryManager.java
M /kb/trunk/source/com/jivesoftware/kb/QueryResult.java
M /kb/trunk/source/com/jivesoftware/kb/QueryResultIteratorWrapper.java
M /kb/trunk/source/com/jivesoftware/kb/Rating.java
M /kb/trunk/source/com/jivesoftware/kb/RatingManager.java
M /kb/trunk/source/com/jivesoftware/kb/RelationshipManager.java
M /kb/trunk/source/com/jivesoftware/kb/ResultFilter.java
M /kb/trunk/source/com/jivesoftware/kb/SearchManager.java
M /kb/trunk/source/com/jivesoftware/kb/Version.java
M /kb/trunk/source/com/jivesoftware/kb/Watch.java
M /kb/trunk/source/com/jivesoftware/kb/WatchManager.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/AttachmentManagerProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/AttachmentProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/CommentProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/CommentTreeWalkerProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/FilterManagerProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/ImageManagerProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/KbCategoryProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/KbFactoryProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/KbIteratorProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/KeywordManagerProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/PermissionsManagerProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/QueryLoggerProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/QueryManagerProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/QueryProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/RatingManagerProxy.java
M /kb/trunk/source/com/jivesoftware/kb/proxy/WatchManagerProxy.java

Updated copyright to remove revision and date tags as they don't make a lot of sense in terms of subversion.
-


0
Avatar
Permanently deleted user

There was a bug that prevented display of files when directory (directory properties) also was modified. Next EAP build will fix it.

0
Avatar
Permanently deleted user

Awesome! Thanks for the update, much appreciated.


Regards,

Bruce Ritchie

0

Please sign in to leave a comment.