Svn list directories in repository
- svn show branches
- svn check branches
- tortoise svn show branches
- svn show branch info
Svn switch branch!
Figure 4.67.
Svn list repositories
A Revision Graph
Sometimes you need to know where branches and tags were taken from the trunk, and the ideal way to view this sort of information is as a graph or tree structure. That's when you need to use →
This command analyses the revision history and attempts to create a tree showing the points at which copies were taken, and when branches/tags were deleted.
Important
In order to generate the graph, TortoiseSVN must fetch all log messages from the repository root. Needless to say this can take several minutes even with a repository of a few thousand revisions, depending on server speed, network bandwidth, etc.
If you try this with something like the Apache project which currently has over 500,000 revisions you could be waiting for some time.
The good news is that if you are using log caching, you only have to suffer this delay once.
Svn merge branch to trunkAfter that, log data is held locally. Log caching is enabled in TortoiseSVN's settings.
Each revision graph node represents a revision in the repository where something changed in the tree you are looking at