[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Convert CVS into SVN I used cvs2svn

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Thu, 10 Sep 2009 15:15:22 -0500

Aidid wrote:
>
>
> Hi Guys
>
>
>
> After I convert CVS repository into SVN repository successful by using
> cvs2svn and I got those two attachment files. The first file which 2.0
> KB is in my CVS repository and other file which is 1.7 KB is the one in
> my SVN repository, is it possible to get the actual source codes so I
> can compile the java file? I do need any Ideas or help for this matter.

If cvs2svn generated a 'dump' file format for subversion you have to
load it into a subversion repository as a separate step. If this is
your first subversion setup, you need to:
svnadmin create /path/to/your_repository
then load your file as described here:
http://svnbook.red-bean.com/en/1.5/svn.ref.svnadmin.c.load.html

After that you may need to set up network access via svnserve or http or
you may access the repository directory with a file:/// url with svn or
other subversion client.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2393427
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-09-10 22:16:13 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.