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
> > > > 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.
> > >
> >
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