It is probably worth noting that you can find out the exact URL to a particular
part of the repository by browsing to it, for example by starting at
https://svn.apache.org/repos/asf/db/derby/ in a web browser. This is also a
useful way to get to know the structure of our repository (the same repository
is shared for all parts of the Derby project that is under version control, I
believe).
For browsing the actual contents of the files in the repository, and for
examining what was done when, by whom and in which checkins, I recommend ViewVC,
at http://svn.apache.org/viewvc/db/derby/ .
--
John
Laura Stewart wrote:
I got this to work:
https://svn.apache.org/repos/asf/db/derby/docs/branches/10.3
On 10/19/07, Laura Stewart <[EMAIL PROTECTED]> wrote:
Unfortunately that didn't work... svn returns this error:
svn: URL 'https://svn.apache.org/repos/asf/db/derby/docs/10.3' doesn't exist
On 10/18/07, Kim Haase <[EMAIL PROTECTED]> wrote:
Oops, yes, it did look like he gave you the command to check out the
code, not realizing it was the docs you needed to change. I think it
would be
https://svn.apache.org/repos/asf/db/derby/docs/10.3
instead of "trunk" the way it says in
http://db.apache.org/derby/manuals/dita.html.
Kim
Laura Stewart wrote:
Problem here. When I do the checkout I don't get the src directory
which contains the manual directories. Instead I get the following
directories: .svn, bin, frameworks, java, maven, plugins, and tools.