SVN Conversion Issues

From Net-SNMP Wiki
Jump to: navigation, search

Thees are the issues (and resolutions) I ran into when converting the repository:

cvs2svn

Problems:

 Error summary:
 ERROR: A CVS repository cannot contain both ./net-snmp/include/net-snmp/system/solaris2.10.h,v and ./net-snmp/include/net-snmp/system/Attic/solaris2.10.h,v
 ERROR: A CVS repository cannot contain both ./net-snmp/include/net-snmp/system/solaris2.8.h,v and ./net-snmp/include/net-snmp/system/Attic/solaris2.8.h,v
 ERROR: A CVS repository cannot contain both ./net-snmp/include/net-snmp/system/solaris2.9.h,v and ./net-snmp/include/net-snmp/system/Attic/solaris2.9.h,v
 ERROR: A CVS repository cannot contain both ./net-snmp/include/net-snmp/system/solaris2.7.h,v and ./net-snmp/include/net-snmp/system/Attic/solaris2.7.h,v
 ERROR: A CVS repository cannot contain both ./net-snmp/win32/dist/htmlhelp/Developer_FAQ.html,v and ./net-snmp/win32/dist/htmlhelp/Attic/Developer_FAQ.html,v
 ERROR: A CVS repository cannot contain both ./net-snmp/win32/dist/htmlhelp/FAQ.html,v and ./net-snmp/win32/dist/htmlhelp/Attic/FAQ.html,v
 ERROR: A CVS repository cannot contain both ./net-snmp/doc/rfc/smiV2/rfc2579.errata~,v and ./net-snmp/doc/rfc/smiV2/Attic/rfc2579.errata~,v
 ERROR: A CVS repository cannot contain both ./net-snmp/agent/mibgroup/if-mib/data_access/interface_openbsd.c,v and ./net-snmp/agent/mibgroup/if-mib/data_access/Attic/interface_openbsd.c,v
 Exited due to fatal error(s).

Resolved by:

  • removed all conflicting attic files... this could be problematic in the future if they're needed in branches.