Hi, where can i send the dump? i dont want to show it public, because it can contain critical data.
how can i show you what svnsync does? It crashes at this command &$svnsync sync --username $user --password $pwd --no-auth-cache $tmpTarget Here is the code $argcount = $args.count > > $repo = $null > > if ($argcount -eq "0") > > { > > #Wenn keine Argumente übergeben wurden, dann wird nach einem gefragt. > > write-host "Bitte gewünschte Namen des neuen Repositories eingeben: " > > $repo = read-host > > } > > else > > { > > $repo = $args[0] > > } > > >> $remoteScript = "e:\scripts\powershell\RemoteRepository.ps1" > > $remotecomputer = "targetserver" > > >> $location = "myOffice" > > $sourceurl = "https://sourceserver/svn/" > > $targeturl = "https://targetserver/svn/" > > >> $svnsync = "C:\Program Files (x86)\VisualSVN Server\bin\svnsync.exe" > > $svnadmin = "C:\Program Files (x86)\VisualSVN Server\bin\svnadmin.exe" > > $svn = "C:\Program Files (x86)\VisualSVN Server\bin\svn.exe" > > $svnlook = "C:\Program Files (x86)\VisualSVN Server\bin\svnlook.exe" > > >> >> $RepoDir = "e:\Repositories\" > > #$importDir = "E:\Scripts\Powershell\default" > > $user = "svnsyncuser" > > $pwd = "123456" > > >> $counter = 0 > > >> $RepoDirContent = Dir $RepoDir > > >> #create Local Repository > > $localrepo = $repodir + $repo > > write-host "localrepo:" $localrepo > > $createrepo = test-path $localrepo > > write-host "createrepo:" $createrepo > > if($createrepo) > > { > > > > $tmpSource = $sourceurl + $repo > > write-host $tmpSource > > > > #create Sync Repository > > #Invoke-Command -FilePath $remoteScript -ArgumentList $repo >> -ComputerName $remotecomputer > > #write-host "Remote Repository angelegt + Hooks kopiert" > > #initsync > > $tmpTarget = $targeturl + $location +"-" + $repo > > # &$svnsync init $tmpTarget $tmpSource --username=$user --password=$pwd >> --no-auth-cache > > #write-host "Sync Initialize abgeschlossen" > > &$svnsync sync --username $user --password $pwd --no-auth-cache >> $tmpTarget > > write-host "Erster Sync abgeschlossen" > > Write-Host "FINISH" -ForegroundColor Green > > } > > else > > { > > write-host > > write-host > > $warning = $repo + " ist local nicht vorhanden!" > > write-warning -Message $warning > > } > > Thanks Pascal Am Donnerstag, 27. Juni 2013 08:19:06 UTC+2 schrieb Pascal Hollmann: > > Hi all, > > sometimes the svnsync crashes with error > > svnsync.exe : svn: E235000: In file > '..\..\..\subversion\libsvn_ra_serf\util.c' line 1649: internal malfunction > At E:\Scripts\Powershell\CreateSyncRepoOnly.ps1:64 char:5 > + &$svnsync sync --username $user --password $pwd --no-auth-cache > $tmpTarget > + > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > + CategoryInfo : NotSpecified: (svn: E235000: I...nal > malfunction:String) [], RemoteException > + FullyQualifiedErrorId : NativeCommandError > > This application has requested the Runtime to terminate it in an unusual > way. > Please contact the application's support team for more information. > > > Eventlog: > > Faulting application name: svnsync.exe, version: 1.8.0.48583, time stamp: > 0x51bf089a > Faulting module name: ntdll.dll, version: 6.2.9200.16420, time stamp: > 0x505aaa82 > Exception code: 0xc0000005 > Fault offset: 0x0005033b > Faulting process id: 0xe00 > Faulting application start time: 0x01ce7247dae46beb > Faulting application path: C:\Program Files (x86)\VisualSVN > Server\bin\svnsync.exe > Faulting module path: C:\Windows\SYSTEM32\ntdll.dll > Report Id: 83aad693-de3b-11e2-93f1-00155d003402 > Faulting package full name: > Faulting package-relative application ID: > > and > > Faulting application name: svnsync.exe, version: 1.8.0.48583, time stamp: > 0x51bf089a > Faulting module name: libsvn_subr-1.dll, version: 1.8.0.48583, time stamp: > 0x51bf0817 > Exception code: 0x40000015 > Fault offset: 0x00014c3a > Faulting process id: 0xe00 > Faulting application start time: 0x01ce7247dae46beb > Faulting application path: C:\Program Files (x86)\VisualSVN > Server\bin\svnsync.exe > Faulting module path: C:\Program Files (x86)\VisualSVN > Server\bin\libsvn_subr-1.dll > Report Id: 8261016e-de3b-11e2-93f1-00155d003402 > Faulting package full name: > Faulting package-relative application ID: > > Any ideas? > -- 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 http://groups.google.com/group/visualsvn. For more options, visit https://groups.google.com/groups/opt_out.