PoshSvn – Subversion for PowerShell

2024-05-16 Thread Timofey Zhakov
Hello everyone! I like Subversion and use it for my projects. PoshSvn is a PowerShell module which provides a tab competition and typed output for the Subversion cmdlets. I found it useful for scripting and everyday life. For example to get the status of a working copy, you could use the svn-sta

RE: [EXTERNAL] Re: svn checkout Hangs/Crashes/Succeeds Over HTTP

2024-05-16 Thread Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users
> > > > I've tried with multiple repos of different sizes and ages. The > > > smaller repo I mentioned has about 150 files in trunk, mostly 50 KB > or > > > smaller, and about 500 revisions. A larger repo with the same > problems > > > has about 5000 files in trunk and 10,000 revisions. > > > > >

Re: PoshSvn – Subversion for PowerShell

2024-05-16 Thread Nathan Hartman
On Thu, May 16, 2024 at 1:50 PM Timofey Zhakov wrote: > > Hello everyone! > > I like Subversion and use it for my projects. > > PoshSvn is a PowerShell module which provides a tab competition and > typed output for the Subversion cmdlets. I found it useful for > scripting and everyday life. > > Fo