CVS -> SVN Conversion Status: Currently testing on new project
Kevin McBride <[email protected]>
| Newsgroups | gmane.text.doxygen.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello everyone, I have performed a conversion of my newest project, stick2xyz, from CVS to SVN. It can be accessed anonymously with the following command: svn co svn://cvs.planetsaphire.com/svnroot/stick2xyz Unfortunately, I am having problems getting ViewVC to work with Subversion, so we'll have to look for another project who has scripts capable of performing the task. Upgrading from subversion 1.1.4 to 1.4.5 is a major move to make, and so, I am unwilling to downgrade back to 1.1.4 simply because of an unusable web interface. If anyone knows of a project other than ViewVC that might be helpful, please let Dimitri and I know. Dimitri: I am ready to begin converting the doxygen CVS over to Subversion when you're ready, despite the lack of a web interface for subversion until an alternative to ViewVC is found. In your home directory on Planet Saphire is an automatically generated tarball containing the contents of your project's CVS repository, named 'doxygen-cvs-raw.tar.gz'. The subversion tarball will be called 'doxygen-svn-raw.tar.gz'. The technical issue behind ViewVC is stated in a bug report with its developers, although I gave them a different excuse as to why I did not want to downgrade: http://viewvc.tigris.org/issues/show_bug.cgi?id=315 The authors of subversion apparently made some sweeping changes to the subversion python bindings, which is keeping ViewVC from working properly. When I looked at the ViewVC bug reports, hardly any of them were tended to, so I doubt that the changes will be made to ViewVC anytime soon. - KJM ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Doxygen-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/doxygen-develop
cvs2svn1.txt
(text/plain, 12.1 KB)
[kevin@dhcp-187-18 cvs2svn_tmp]$ svn co svn+ssh://cvs.planetsaphire.com/stick2xyz
Warning: Permanently added the RSA host key for IP address '70.44.176.235' to the list of known hosts.
===============================================
Welcome to Planet Saphire.
===============================================
This server is SAPHIRE2, hosting the planetsaphire.com domain.
Please keep in mind that all access to this server is logged. Any and all
unauthorized access will result in at least one of the following penalties
and/or actions:
- Removal of your access to this host
- Termination from Planet Saphire staff
- Disqualification to join the Planet Saphire staff
- Report to your ISP's abuse system
- Prosecution under the maximum extent of law
If you do not want to be logged, please do not access this host. By
accessing this host, you agree to allow this host to log what you are
accessing on it.
Thank you.
Enter passphrase for key '/home/kevin/.ssh/id_dsa':
svn: No repository found in 'svn+ssh://cvs.planetsaphire.com/stick2xyz'
[kevin@dhcp-187-18 cvs2svn_tmp]$ svn co svn+ssh://cvs.planetsaphire.com/svnroot/stick2xyz
===============================================
Welcome to Planet Saphire.
===============================================
This server is SAPHIRE2, hosting the planetsaphire.com domain.
Please keep in mind that all access to this server is logged. Any and all
unauthorized access will result in at least one of the following penalties
and/or actions:
- Removal of your access to this host
- Termination from Planet Saphire staff
- Disqualification to join the Planet Saphire staff
- Report to your ISP's abuse system
- Prosecution under the maximum extent of law
If you do not want to be logged, please do not access this host. By
accessing this host, you agree to allow this host to log what you are
accessing on it.
Thank you.
Enter passphrase for key '/home/kevin/.ssh/id_dsa':
===============================================
Welcome to Planet Saphire.
===============================================
This server is SAPHIRE2, hosting the planetsaphire.com domain.
Please keep in mind that all access to this server is logged. Any and all
unauthorized access will result in at least one of the following penalties
and/or actions:
- Removal of your access to this host
- Termination from Planet Saphire staff
- Disqualification to join the Planet Saphire staff
- Report to your ISP's abuse system
- Prosecution under the maximum extent of law
If you do not want to be logged, please do not access this host. By
accessing this host, you agree to allow this host to log what you are
accessing on it.
Thank you.
Enter passphrase for key '/home/kevin/.ssh/id_dsa':
A stick2xyz/trunk
A stick2xyz/trunk/stick2xyz
A stick2xyz/trunk/stick2xyz/AUTHORS
A stick2xyz/trunk/stick2xyz/libltdl
A stick2xyz/trunk/stick2xyz/libltdl/ltdl.c
A stick2xyz/trunk/stick2xyz/libltdl/ltdl.h
A stick2xyz/trunk/stick2xyz/libltdl/Makefile.am
A stick2xyz/trunk/stick2xyz/libltdl/README
A stick2xyz/trunk/stick2xyz/libltdl/COPYING.LIB
A stick2xyz/trunk/stick2xyz/configure.in
A stick2xyz/trunk/stick2xyz/src
A stick2xyz/trunk/stick2xyz/src/modules
A stick2xyz/trunk/stick2xyz/src/modules/stick2xyz.h
A stick2xyz/trunk/stick2xyz/src/modules/output2d
A stick2xyz/trunk/stick2xyz/src/modules/output2d/png
A stick2xyz/trunk/stick2xyz/src/modules/output2d/png/writepng.c
A stick2xyz/trunk/stick2xyz/src/modules/output2d/png/readpng.c
A stick2xyz/trunk/stick2xyz/src/modules/output2d/png/output2dpng.h
A stick2xyz/trunk/stick2xyz/src/modules/output2d/png/writepngu.c
A stick2xyz/trunk/stick2xyz/src/modules/output2d/png/readpngu.c
A stick2xyz/trunk/stick2xyz/src/modules/output2d/png/Makefile.am
A stick2xyz/trunk/stick2xyz/src/modules/output2d/png/output2dpng.c
A stick2xyz/trunk/stick2xyz/src/modules/output2d/Makefile.am
A stick2xyz/trunk/stick2xyz/src/modules/Makefile.am
A stick2xyz/trunk/stick2xyz/src/modules/pane2d
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/Makefile.am
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/drawsquare.c
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/drawcircle.c
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/drawpixel.c
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/propget.c
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/pane2dgen.c
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/boundcheck.c
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/drawline.c
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/debug.c
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/Makefile.am
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/pane2dgen.h
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/alloc.c
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/drawellipse.c
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/debugu.c
A stick2xyz/trunk/stick2xyz/src/modules/pane2d/gen/drawrect.c
A stick2xyz/trunk/stick2xyz/src/Makefile.am
A stick2xyz/trunk/stick2xyz/src/stick2xyz
A stick2xyz/trunk/stick2xyz/src/stick2xyz/stick2xyz.pc.in
A stick2xyz/trunk/stick2xyz/src/stick2xyz/stick.h
A stick2xyz/trunk/stick2xyz/src/stick2xyz/sticku.c
A stick2xyz/trunk/stick2xyz/src/stick2xyz/dynamic.c
A stick2xyz/trunk/stick2xyz/src/stick2xyz/static.c
A stick2xyz/trunk/stick2xyz/src/stick2xyz/Makefile.am
A stick2xyz/trunk/stick2xyz/src/stick2xyz/stick.c
A stick2xyz/trunk/stick2xyz/ChangeLog
A stick2xyz/trunk/stick2xyz/Doxyfile.in
A stick2xyz/trunk/stick2xyz/docs
A stick2xyz/trunk/stick2xyz/docs/docmain.h
A stick2xyz/trunk/stick2xyz/docs/docsec1.h
A stick2xyz/trunk/stick2xyz/docs/docsec2.h
A stick2xyz/trunk/stick2xyz/docs/Makefile.am
A stick2xyz/trunk/stick2xyz/README
A stick2xyz/trunk/stick2xyz/templates
A stick2xyz/trunk/stick2xyz/templates/template.c
A stick2xyz/trunk/stick2xyz/stick2xyz.spec
A stick2xyz/trunk/stick2xyz/acinclude.m4
A stick2xyz/trunk/stick2xyz/INSTALL
A stick2xyz/trunk/stick2xyz/stick2xyz.spec.in
A stick2xyz/trunk/stick2xyz/COPYING
A stick2xyz/trunk/stick2xyz/Makefile.am
A stick2xyz/trunk/stick2xyz/NEWS
A stick2xyz/branches
A stick2xyz/branches/planetsaphire
A stick2xyz/branches/planetsaphire/stick2xyz
A stick2xyz/branches/planetsaphire/stick2xyz/stick2xyz.spec
A stick2xyz/branches/planetsaphire/stick2xyz/AUTHORS
A stick2xyz/branches/planetsaphire/stick2xyz/INSTALL
A stick2xyz/branches/planetsaphire/stick2xyz/configure.in
A stick2xyz/branches/planetsaphire/stick2xyz/src
A stick2xyz/branches/planetsaphire/stick2xyz/src/stick.h
A stick2xyz/branches/planetsaphire/stick2xyz/src/ver.h.in
A stick2xyz/branches/planetsaphire/stick2xyz/src/Makefile.am
A stick2xyz/branches/planetsaphire/stick2xyz/src/outpng.c
A stick2xyz/branches/planetsaphire/stick2xyz/src/stick.c
A stick2xyz/branches/planetsaphire/stick2xyz/ChangeLog
A stick2xyz/branches/planetsaphire/stick2xyz/Doxyfile.in
A stick2xyz/branches/planetsaphire/stick2xyz/stick2xyz.spec.in
A stick2xyz/branches/planetsaphire/stick2xyz/COPYING
A stick2xyz/branches/planetsaphire/stick2xyz/Makefile.am
A stick2xyz/branches/planetsaphire/stick2xyz/NEWS
A stick2xyz/branches/planetsaphire/stick2xyz/README
A stick2xyz/branches/v1_0pre1
A stick2xyz/branches/v1_0pre1/stick2xyz
A stick2xyz/branches/v1_0pre1/stick2xyz/AUTHORS
A stick2xyz/branches/v1_0pre1/stick2xyz/libltdl
A stick2xyz/branches/v1_0pre1/stick2xyz/libltdl/ltdl.c
A stick2xyz/branches/v1_0pre1/stick2xyz/libltdl/ltdl.h
A stick2xyz/branches/v1_0pre1/stick2xyz/libltdl/Makefile.am
A stick2xyz/branches/v1_0pre1/stick2xyz/libltdl/README
A stick2xyz/branches/v1_0pre1/stick2xyz/libltdl/COPYING.LIB
A stick2xyz/branches/v1_0pre1/stick2xyz/configure.in
A stick2xyz/branches/v1_0pre1/stick2xyz/src
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/stick2xyz.h
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/output2d
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/output2d/png
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/output2d/png/writepng.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/output2d/png/readpng.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/output2d/png/output2dpng.h
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/output2d/png/writepngu.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/output2d/png/readpngu.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/output2d/png/Makefile.am
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/output2d/png/output2dpng.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/output2d/Makefile.am
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/Makefile.am
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/Makefile.am
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/drawsquare.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/drawcircle.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/drawpixel.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/propget.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/pane2dgen.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/boundcheck.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/drawline.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/debug.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/Makefile.am
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/pane2dgen.h
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/alloc.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/drawellipse.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/debugu.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/modules/pane2d/gen/drawrect.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/Makefile.am
A stick2xyz/branches/v1_0pre1/stick2xyz/src/stick2xyz
A stick2xyz/branches/v1_0pre1/stick2xyz/src/stick2xyz/stick2xyz.pc.in
A stick2xyz/branches/v1_0pre1/stick2xyz/src/stick2xyz/stick.h
A stick2xyz/branches/v1_0pre1/stick2xyz/src/stick2xyz/sticku.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/stick2xyz/dynamic.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/stick2xyz/static.c
A stick2xyz/branches/v1_0pre1/stick2xyz/src/stick2xyz/Makefile.am
A stick2xyz/branches/v1_0pre1/stick2xyz/src/stick2xyz/stick.c
A stick2xyz/branches/v1_0pre1/stick2xyz/ChangeLog
A stick2xyz/branches/v1_0pre1/stick2xyz/Doxyfile.in
A stick2xyz/branches/v1_0pre1/stick2xyz/docs
A stick2xyz/branches/v1_0pre1/stick2xyz/docs/docmain.h
A stick2xyz/branches/v1_0pre1/stick2xyz/docs/docsec1.h
A stick2xyz/branches/v1_0pre1/stick2xyz/docs/docsec2.h
A stick2xyz/branches/v1_0pre1/stick2xyz/docs/Makefile.am
A stick2xyz/branches/v1_0pre1/stick2xyz/README
A stick2xyz/branches/v1_0pre1/stick2xyz/templates
A stick2xyz/branches/v1_0pre1/stick2xyz/templates/template.c
A stick2xyz/branches/v1_0pre1/stick2xyz/stick2xyz.spec
A stick2xyz/branches/v1_0pre1/stick2xyz/acinclude.m4
A stick2xyz/branches/v1_0pre1/stick2xyz/INSTALL
A stick2xyz/branches/v1_0pre1/stick2xyz/stick2xyz.spec.in
A stick2xyz/branches/v1_0pre1/stick2xyz/COPYING
A stick2xyz/branches/v1_0pre1/stick2xyz/Makefile.am
A stick2xyz/branches/v1_0pre1/stick2xyz/NEWS
A stick2xyz/tags
A stick2xyz/tags/v1-0
A stick2xyz/tags/v1-0/stick2xyz
A stick2xyz/tags/v1-0/stick2xyz/stick2xyz.spec
A stick2xyz/tags/v1-0/stick2xyz/AUTHORS
A stick2xyz/tags/v1-0/stick2xyz/INSTALL
A stick2xyz/tags/v1-0/stick2xyz/configure.in
A stick2xyz/tags/v1-0/stick2xyz/src
A stick2xyz/tags/v1-0/stick2xyz/src/stick.h
A stick2xyz/tags/v1-0/stick2xyz/src/ver.h.in
A stick2xyz/tags/v1-0/stick2xyz/src/Makefile.am
A stick2xyz/tags/v1-0/stick2xyz/src/outpng.c
A stick2xyz/tags/v1-0/stick2xyz/src/stick.c
A stick2xyz/tags/v1-0/stick2xyz/ChangeLog
A stick2xyz/tags/v1-0/stick2xyz/Doxyfile.in
A stick2xyz/tags/v1-0/stick2xyz/stick2xyz.spec.in
A stick2xyz/tags/v1-0/stick2xyz/COPYING
A stick2xyz/tags/v1-0/stick2xyz/Makefile.am
A stick2xyz/tags/v1-0/stick2xyz/NEWS
A stick2xyz/tags/v1-0/stick2xyz/README
Checked out revision 60.
[kevin@dhcp-187-18 cvs2svn_tmp]$