What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[CLU&Singular] SVN problems.. [Anyone else?]

Battler624

Member
Joined
Feb 9, 2012
Messages
472
Reaction score
0
I'm currently having problem downloading either CLU or Singular from the SVN .. i tried both updating and then checking out.. kickazz SVN works fine.. but neither singular nor CLU works..
here's that i get.
Report of 'svn/!svn/vcc/default': could not read status line: An existing
Connection was forciblt closed by remote host
(wulfdev - A collection of code for HB - Google Project Hosting)
from CLU's Svn and same with singular except with ofc different URL
 
just tried Singular and works as it should
 
both working fine here. try fresh download from SNV instead of updating then try to update and see what will happen
 
Can confirm CLU is working....



Code:
This script will check for updates for clu
Press any key to continue . . .
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Settings\DeathKnightSettings.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Settings\CLUSettings.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Settings\PriestSettings.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Helpers\Unit.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Helpers\TargetBase.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Helpers\CombatLogEvents.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Helpers\HealableUnit.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\GUI\ConfigurationForm.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\GUI\ConfigurationForm.designer.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\CLU.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Utilities\enums.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Classes\HealerRotationBase.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Classes\Priest\Holy.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Classes\Priest\Discipline.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Classes\DeathKnight\Frost.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Classes\DeathKnight\Unholy.cs
U    D:\Data\Games\PC\WOW\Applications\HB2_SVN\clurepo\CLU\Classes\DeathKnight\Blood.cs
Checked out revision 345.
Press any key to continue . . .
 
oh well.. i'm doing a format soon anyway.. maybe a registery problem or anything related :(

thanks for the replies though.
 
just did complete "and finished" complete reformat of my pc.. hell its now a totally new pc.. "new ram , cpu , motherboard , graphics card & PSU!!"

and it is still the same problem.. :(
 
please show me the complete error message (screenshot or copy'n paste ... don't type it!)
and provide pls the URLs u've entered for the repositories, maybe u've a typo in there...

u could try with right click on the repo-folder -> Tortoise SVN -> relocate -> enter a valid URL
 
If you use Tortoise SVN you should be good when c&p the url from your browserbox.
Tortoise SVNs recognizes SVN urls and pastes it automatically into the url box from itself.
 
I'm sure you have tried but just in case.

Code:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout [B]http://wulfdev.googlecode.com/svn/trunk/[/B] wulfdev-read-only

I use this windows batch file to checkout svn's:

Code:
@echo This script will check for updates for clu
@pause

@cd ssvn
@svn checkout "http://wulfdev.googlecode.com/svn/trunk/" ../clurepo
@pause

and singular:

Code:
@echo This script will check for updates for Singular
@pause

@cd ssvn
@svn checkout "http://svn.apocdev.com/singular/trunk/Singular/" ../Singular
@pause

I would upload the folder I use with svn program files but it would be against HB forums rules I think as it contains exe files and dll's.

you can get the files from Download Apache Subversion Sources

select the subversion-1.7.5.zip
 
Last edited:
I'm sure you have tried but just in case.

Code:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout [B]http://wulfdev.googlecode.com/svn/trunk/[/B] wulfdev-read-only

I use this windows batch file to checkout svn's:

Code:
@echo This script will check for updates for clu
@pause

@cd ssvn
@svn checkout "http://wulfdev.googlecode.com/svn/trunk/" ../clurepo
@pause

and singular:

Code:
@echo This script will check for updates for Singular
@pause

@cd ssvn
@svn checkout "http://svn.apocdev.com/singular/trunk/Singular/" ../Singular
@pause

I would upload the folder I use with svn program files but it would be against HB forums rules I think as it contains exe files and dll's.

you can get the files from Download Apache Subversion Sources

select the subversion-1.7.5.zip

tried your .bat file says 'svn' is not recognized as internal or external command
 
worked again with singular :/ so do i have to fuckin run hotspot shield everytime i need to even update the freakin svn? "sorry kinda mad atm"
 
still not good enough :/ i do not wish to run HSS everytime i wish to do svn update :/
 
why dont you uninstall hotspotshield and your SVN client, reboot, install your svn client, try it - see if it works, then re-install hotspotshield.
 
its been a week already :/
seriously why does Only Kickazz works? the other 2 not working unless the ip changes
 
Back
Top