> [EMAIL PROTECTED] wrote:
>> HI,
>> I have a working copy imported from local disc ,now I want to update
>> it from svn. How can I do it?
> How did you import? svn import doesn't work to get a working copy.
svnadmin create d:/work/svn/fpc
svn import d:/work/tmp/fpc file:///d:/work/svn/fpc -m "Initial Import"
svn checkout file:///d:/work/svn/fpc/trunk file:///d:/work/svn/wc/fpc
After that I got working copy in d:/work/svn/wc/fpc.
Now how can I change file://d:/work/svn/fpc/trunk to
http://svn.freepascal.org/svn/fpc/trunk ?
The problem is that each repository has unique GUID(or something like that) and the switch command doesn't allow switching between different repositories.
Manually change all entries in ../.SVN/entries files? There are too
many files to do that. Maybe there is predefined script in svn to do
that?
You should better ask in the subversion mailing list ( http://subversion.tigris.org/servlets/ProjectMailingListList ) but I think you will have to use a script. Maybe somebody made one, I don't know, but you should ask the people there.
_______________________________________________
fpc-other maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-other
--
Geno Roupsky
_______________________________________________ fpc-other maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-other
