Opened 17 years ago
Closed 17 years ago
#5664 closed defect (invalid)
Browse changeset list wrong files
Reported by: | vitaliel | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/changeset view | Version: | 0.10.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Check the url http://tools.assembla.com/breakout/changeset/2751, it shows that a list of files qwas added to the repository, but when you checkout above svn revision, it does not checkout these files.
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | trac_bug.png added |
---|
comment:1 by , 17 years ago
Component: | browser → changeset view |
---|
comment:2 by , 17 years ago
Something that would be useful to understand the issue is the public SVN URL to compare the content with Trac browser.
comment:3 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Well, that changeset corresponds to files added at the root of the repository (in http://tools.assembla.com/svn/breakout/), and most probably you had a checkout of the breakout toplevel folder only (http://tools.assembla.com/svn/breakout/breakout). Check with svn info
in your working copy.
Btw, that 2751 changeset is most probably an error in itself… it makes no sense to check-in an empty Subversion repository in your repository :-) You're also lucky that the conf/passwd file in there is just the default one…
screenshot