HI Together,

I could find a lot of trials to create dump of the SVN repositories. But I 
couldnt find how to restore the repositories in a new instance of visual 
svn server using the created dump files at a time.

Any suggestion ?


On Saturday, November 8, 2008 at 11:29:47 PM UTC+5:30, joel.r...@gmail.com 
wrote:
>
> I changed a few minor things from my actual (working) script and 
> missed one edit. 
>
>
> If namedArgs.Exists("repos") Then 
>  repoFolderPath= Trim(namedArgs.Item("path")) 
> End If 
>
> should be 
>
> If namedArgs.Exists("repos") Then 
>  repoFolderPath= Trim(namedArgs.Item("repos")) 
> End If 
>
> Joel Reinford 
>

-- 
You received this message because you are subscribed to the Google Groups 
"VisualSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to visualsvn+unsubscr...@googlegroups.com.
To post to this group, send email to visualsvn@googlegroups.com.
Visit this group at https://groups.google.com/group/visualsvn.
For more options, visit https://groups.google.com/d/optout.

Reply via email to