Looks like it's using your OS user's username, try using "anonymous" with no password instead like in the commands Mario shared.
Thomas On Tue, Nov 25, 2025, at 6:01 PM, Srayan Jana via Chicken-users wrote: > Seems like I need a svn account: > ``` > 'tortoisesvn' (1.14.9.29743) was installed successfully! > Notes > ----- > To add TortoiseSVN as a context menu option, run > 'C:\Users\sraya\scoop\apps\tortoisesvn\current\tortoisesvn-install.reg' > For file associations, run > 'C:\Users\sraya\scoop\apps\tortoisesvn\current\tortoisesvn-install-tools.reg' > Before uninstalling TortoiseSVN, run > 'C:\Users\sraya\scoop\apps\tortoisesvn\current\tortoisesvn-uninstall.reg' > PS C:\git-repos\svn> svn co > https://[email protected]/svn/chicken-eggs/release/6/crunch/trunk > crunch > Authentication realm: <https://code.call-cc.org:443> Chicken Eggs Subversion > Repository > Password for 'sraya': > Authentication realm: <https://code.call-cc.org:443> Chicken Eggs Subversion > Repository > Username: > Password for '': > Authentication realm: <https://code.call-cc.org:443> Chicken Eggs Subversion > Repository > Username: > Password for '': > svn: E170013: Unable to connect to a repository at URL > 'https://[email protected]/svn/chicken-eggs/release/6/crunch/trunk' > svn: E215004: No more credentials or we tried too many times. > Authentication failed > PS C:\git-repos\svn> > ``` > > > *From:* Mario Domenech Goulart <[email protected]> > *Sent:* Tuesday, November 25, 2025 1:39 PM > *To:* Srayan Jana via Chicken-users <[email protected]> > *Cc:* Felix Winkelmann <[email protected]>; Srayan Jana > <[email protected]> > *Subject:* Re: Cross-compiling chicken crunch from linux to windows > > Hi, > > On Tue, 25 Nov 2025 19:34:32 +0000 Srayan Jana via Chicken-users > <[email protected]> wrote: > > > Hello! It’s been a minute! I forgot to ask, how would I add this egg? Is > > there a way to clone it to the right directory? > > You can run the following commands to check out the egg sources and > install it: > > $ svn co > https://[email protected]/svn/chicken-eggs/release/6/crunch/trunk > crunch > $ cd crunch > $ chicken-install > > svn is the command line client of Subversion (https://subversion.apache.org/) > > All the best. > Mario > > > ------------------------------------------------------------------------------------------------------------------------ > > From: Felix Winkelmann <[email protected]> > > Sent: Monday, November 3, 2025 3:04:38 AM > > To: Srayan Jana <[email protected]>; chicken-users > > <[email protected]> > > Subject: Re: Cross-compiling chicken crunch from linux to windows > > > > Hi! > > > > I have made some progress with CRUNCH on Windows. The current development > > version at least builds and seems to be able to compile simple test > > programs. I used the code for memory streams that you linked to as > > inspiration for Windows ports of open-input/output-string/bytevector > > but they are likely not to work yet. > > > > If you feel adventurous, you can give it a try by accessing the SVN > > source repository here: > > > > > > https://[email protected]/svn/chicken-eggs/release/6/crunch/trunk > > > > cheers, > > felix > > > > -- > https://parenteses.org/mario
