Re: Add modern authentication (OAuth 2.0 + OIDC) to TortoiseSVN

2024-04-04 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
Hello,

If you're looking to use Azure Application Proxy to authenticate to
VisualSVN Server with Azure AD credentials, there is another option you
might find helpful: *Microsoft Entra Kerberos* authentication. This option
doesn't depend on Azure Application Proxy.

This method should allow Azure AD (Entra ID) users to automatically
authenticate with VisualSVN Server using a Kerberos Ticket-Granting Ticket
(TGT) they get during logon.

Here's a video that explains how to set it up:

Intune Training - S04E03 - Configuring Hybrid Cloud Trust - (I.T)


And here are some MS documentation links for more details:

   - Enable Microsoft Entra Kerberos authentication for hybrid identities
   on Azure Files
   

   - Enable passwordless security key sign-in to on-premises resources by
   using Microsoft Entra ID
   

   - How SSO to on-premises resources works on Microsoft Entra joined
   devices
   


AFAIK, this Entra Kerberos technology is still quite new. Right now, it
only works for hybrid identities (synchronized with Microsoft Entra Cloud
Sync), although support for cloud-only identities seems to be on the roadmap

.

Hope this helps!

On Wed, 20 Mar 2024 at 10:11, Jon Martin via TortoiseSVN-dev <
tortoisesvn-dev@googlegroups.com> wrote:

> We have run into a problem trying to implement SVN on our secure cloud
> platform.  Is it possible to pay someone to add modern authentication to
> TortoiseSVN?
>
>  Specifically we wish to use TortoiseSVN client to access VisualSVN Server
> via Microsoft Azure Application Proxy.  This requires TSVN to be conversant
> in "OAuth 2.0 with OpenID Connect (OIDC)".  See
> https://auth0.com/docs/authenticate/protocols/openid-connect-protocol
>
> You can see the error we get by using TortoiseSVN to open this test
> repository https://visualsvn.parabilis-space.com/svn/test/
> Error: Repository moved temporarily to ...Oath2/authorize...
>
> Thank You,
>
> --Jon
>
> --
> You received this message because you are subscribed to the Google Groups
> "TortoiseSVN-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tortoisesvn-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tortoisesvn-dev/c1e45328-6ecf-45bc-8065-139668619d31n%40googlegroups.com
> 
> .
>


-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwY16s2mmB2KL0n5XHvsmoNHEQHkiykjgw-%2BfuF%3DEaE--w%40mail.gmail.com.


Re: Nightly build crash on SVN Log with log cache enabled

2023-05-23 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
On Tue, May 23, 2023 at 5:08 PM Pavel Lyalyakin <
pavel.lyalya...@visualsvn.com> wrote:

> On Sun, May 21, 2023 at 2:26 PM Daniel Sahlberg via TortoiseSVN-dev <
> tortoisesvn-dev@googlegroups.com> wrote:
>
>> Hi,
>>
>> I'm experiencing crashes in the TortoiseSVN, Show log command
>> (tortoiseproc.exe /command:log ...) with the latest nightly builds. If I
>> disable the log cache the crashes go away.
>>
>> Other commands, for example Update, works fine so I don't think it is
>> related to the OpenSSL or Serf changes I've been working on.
>>
>> I'm not able to reproduce it with a source build from /trunk under Visual
>> Studio, no idea why. That also makes it a bit hard to bisect.. I will find
>> some more time to look at it but the days ahead are quite full already.
>>
>
>  I'm reproducing a different behavior. When log caching is enabled and I
> click 'Show Log', I see the error message "Illegal repository URL 'i'"
> where 'i' is some random sequence of characters. The problem doesn't occur
> when log caching is disabled.
>

And yes, TortoiseProc.exe indeed crashes. It seems that it crashed several
times at first, but then the crash doesn't occur anymore and I get the
error message "Illegal repository URL 'foo'".

>From Windows Application event log:
[[[
Faulting application name: TortoiseProc.exe, version: 1.14.99.29562, time
stamp: 0x646c29e2
Faulting module name: mfc140u.dll, version: 14.30.30704.0, time stamp:
0x615a9438
Exception code: 0xc005
Fault offset: 0x3040
Faulting process id: 0x5f4
Faulting application start time: 0x01d98d7c205b66e3
Faulting application path: C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
Faulting module path: C:\WINDOWS\SYSTEM32\mfc140u.dll
Report Id: 36f9c282-5614-4e5c-8c3e-d7ab8c4828ba
Faulting package full name:
Faulting package-relative application ID:
]]]
[[[
Fault bucket 2300242071444530166, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 0

Problem signature:
P1: TortoiseProc.exe
P2: 1.14.99.29562
P3: 646c29e2
P4: mfc140u.dll
P5: 14.30.30704.0
P6: 615a9438
P7: c005
P8: 3040
P9:
P10:
]]]


>
> [image: err.png]
>
> --
> With best regards,
> Pavel Lyalyakin
> VisualSVN Team
>


-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwYcK-e0ysBOaT2%2B5W5PkHniLRekmZ%3DNeG60QGbkJb1PxQ%40mail.gmail.com.


Re: Nightly build crash on SVN Log with log cache enabled

2023-05-23 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
On Sun, May 21, 2023 at 2:26 PM Daniel Sahlberg via TortoiseSVN-dev <
tortoisesvn-dev@googlegroups.com> wrote:

> Hi,
>
> I'm experiencing crashes in the TortoiseSVN, Show log command
> (tortoiseproc.exe /command:log ...) with the latest nightly builds. If I
> disable the log cache the crashes go away.
>
> Other commands, for example Update, works fine so I don't think it is
> related to the OpenSSL or Serf changes I've been working on.
>
> I'm not able to reproduce it with a source build from /trunk under Visual
> Studio, no idea why. That also makes it a bit hard to bisect.. I will find
> some more time to look at it but the days ahead are quite full already.
>

 I'm reproducing a different behavior. When log caching is enabled and I
click 'Show Log', I see the error message "Illegal repository URL 'i'"
where 'i' is some random sequence of characters. The problem doesn't occur
when log caching is disabled.

[image: err.png]

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwYMi1Qp7zkqARhg4NA%2B5rpCH3%3DmbCYcjPpd1hEyOASTCg%40mail.gmail.com.


Re: No nightly builds

2023-05-21 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
On Sun, May 21, 2023 at 2:20 PM Daniel Sahlberg via TortoiseSVN-dev <
tortoisesvn-dev@googlegroups.com> wrote:

> fredag 5 maj 2023 kl. 14:53:41 UTC+2 skrev Pavel Lyalyakin:
>
> It appears that the issue is still there:
> [[[
>  [exec] app_libctx.c
>  [exec] ..\apps\lib\app_libctx.c(9): fatal error C1083:
> Cannot open include file: 'app_libctx.h': No such file or directory
>  [exec] NMAKE : fatal error U1077: '"c:\Program
> Files\Microsoft Visual
> Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\cl.EXE"' :
> return code '0x2'
>  [exec] Stop.
>  [exec] NMAKE : fatal error U1077: '"c:\Program
> Files\Microsoft Visual
> Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\nmake.exe"'
> : return code '0x2'
>  [exec] Stop.
> ]]]
>
> And there are no new nightly builds. T_T
>
>
> Stefan made a cleaver fix in the build script which resolved the conflict
> that prevented a successful build.
>

Oh, that's great! Thanks Stefan and Daniel.


> /Daniel
>
> --
> You received this message because you are subscribed to the Google Groups
> "TortoiseSVN-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tortoisesvn-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tortoisesvn-dev/4435e3e5-1194-40e7-bf28-9b9e3d5cf00bn%40googlegroups.com
> 
> .
>


-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwbKhbgOaWyXv85Zkx47z64mDB_PxOPmMLf9yg2qxz_MRA%40mail.gmail.com.


Re: No nightly builds

2023-05-05 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
It appears that the issue is still there:
[[[
 [exec] app_libctx.c
 [exec] ..\apps\lib\app_libctx.c(9): fatal error C1083:
Cannot open include file: 'app_libctx.h': No such file or directory
 [exec] NMAKE : fatal error U1077: '"c:\Program
Files\Microsoft Visual
Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\cl.EXE"' :
return code '0x2'
 [exec] Stop.
 [exec] NMAKE : fatal error U1077: '"c:\Program
Files\Microsoft Visual
Studio\2022\Community\VC\Tools\MSVC\14.30.30705\bin\HostX64\x64\nmake.exe"'
: return code '0x2'
 [exec] Stop.
]]]

And there are no new nightly builds. T_T

On Thu, May 4, 2023 at 12:09 AM Daniel Sahlberg via TortoiseSVN-dev <
tortoisesvn-dev@googlegroups.com> wrote:

> lördag 22 april 2023 kl. 07:13:50 UTC+2 skrev Stefan:
>
> I've mailed Ian, and he deleted the include folder and ran an 'svn up', so
> there should not be any more conflicts.
> But the build still fails...
>
>
> Sorry it took a while for me to circle back to this - I looked quickly and
> everything seemed fine and it took some time to take a closer look.
>
> I believe 'svn up' might not be enough if there is already a tree
> conflict. I think I reproduced the issue by updating to r29539, building,
> then trying to update to HEAD. I had do 'svn resolve' (selecting r to Mark
> as resolved) and 'svn revert ext\openssl\apps\include --depth=infinity'
> followed by 'svn up'. After this I had a clear 'svn st' and the build
> succeeded.
>
> /Daniel
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "TortoiseSVN-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tortoisesvn-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tortoisesvn-dev/0b8263ce-4876-4239-a6a6-4ef5134134afn%40googlegroups.com
> 
> .
>


-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwbEff8yyTMNfADWojp0z91svoN17Jk0TH8SzuX_p8Bqvw%40mail.gmail.com.


Re: Windows Search stopped indexing folders containing .svn and .git subfolders

2023-05-02 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
On Tue, May 2, 2023 at 6:30 PM TortoiseSVN-dev on behalf of lorenznl <
tortoisesvn-dev@googlegroups.com> wrote:

> Ilya Kuprov via TortoiseSVN-dev wrote:
>
> >The above is a major pain! I am very remote from software development,
> but
> >how difficult would it be to add an option to give those folders
> different
> >names in local copies when TortoiseSVN is installed? - Ilya
>
> do you mean indexing inside .svn and .git folder?
> Or folders containing a .svn od .git folder?
>

The second case.

At first I was assuming that MS disabled indexing of .svn and .git folders
(which would be great since these directories typically don't need to be
indexed). But after some testing and reading I discovered they instead
disabled indexing of everything that's in a subtree of a directory that has
a .git or .svn directory. So Windows Search doesn't index contents of SVN
working copies and git repositories.

-- 
>
> Lorenz
>
> --
> You received this message because you are subscribed to the Google Groups
> "TortoiseSVN-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tortoisesvn-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tortoisesvn-dev/ona25it9tlehqfc2l2akug7skenh36l23j%404ax.com
> .
>


-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwbqH08DnKXxnjy1N7k1FkA_DTB%3D5Acfo29aRQYE2RoCHw%40mail.gmail.com.


Re: Windows Search stopped indexing folders containing .svn and .git subfolders

2023-05-01 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
On Fri, Apr 28, 2023 at 12:13 PM Daniel Sahlberg via TortoiseSVN-dev <
tortoisesvn-dev@googlegroups.com> wrote:

> fredag 28 april 2023 kl. 10:14:16 UTC+2 skrev i.ku...@soton.ac.uk:
>
> The above is a major pain! I am very remote from software development, but
> how difficult would it be to add an option to give those folders different
> names in local copies when TortoiseSVN is installed? - Ilya
>
>
> There is an option to ask Subversion to use the directory name "_svn"
> instead of ".svn", see the SVN Book:
> https://svnbook.red-bean.com/en/1.7/svn-book.html#svn.basic.in-action.wc
>

I feel that this might work because Microsoft says that Windows Search
excludes subtrees whose parent has the .svn or .git directory. So perhaps
changing .svn to _svn will make Windows Search index SVN working copies.

But I'm unsure if this is a viable workaround. I haven't heard about SVN
client installations using SVN_ASP_DOT_NET_HACK for many years, and I
haven't tested this myself.


> I'm not sure if/how well it works with TortoiseSVN but since it is done in
> the Subversion library, I assume it should work.
>
> Towards the end of this superuser.com article, there is a suggestion to
> exclude .git folders making the indexer work again, maybe the same works
> with .svn folders:
>
>
> https://superuser.com/questions/1540945/how-to-stop-windows-search-from-auto-excluding-repository-folders
>
> Kind regards,
> Daniel Sahlberg
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "TortoiseSVN-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tortoisesvn-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tortoisesvn-dev/c513afa9-b468-4992-a6b3-a15a88fe8235n%40googlegroups.com
> 
> .
>


-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwZETGSEdoQ5MEsB-RfnXDRyJ1qLLPZDOYJatj5mRFO79A%40mail.gmail.com.


Re: Windows Search stopped indexing folders containing .svn and .git subfolders

2023-05-01 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
Hello Ilya,

On Fri, Apr 28, 2023 at 11:14 AM Ilya Kuprov via TortoiseSVN-dev <
tortoisesvn-dev@googlegroups.com> wrote:

> The above is a major pain! I am very remote from software development, but
> how difficult would it be to add an option to give those folders different
> names in local copies when TortoiseSVN is installed? - Ilya


It seems that you need to use another tool for searching through your
working copies and version-control repositories. AFAIK, Microsoft has
intentionally decided to automatically exclude from Windows Search indexing
everything that's in version control. So it appears that Windows Search now
excludes everything that's in a subtree of a directory with .git, .hg, .svn
directories (and perhaps other VCSes). I was unable to find any workaround
for this in Windows Search the last time I tried.

Here are two relevant links:

Supercharging Windows Search

[[[
For our developers, we also made a change where the indexer no longer
covers popular source repositories, like Git. This was partly because of
the sheer size of these repositories, and also because the tools developers
use to interact with their repos usually have their own search tools. We
also worked with our Visual Studio partners to exclude their project
folders, which resulted in a quick 30% improvement in disk usage, for an
even better developer experience.
]]]

Windows 10 version 2004, May 2020 Update: new features and changes

[[[
In addition, there are some specific improvements for developers to prevent
searches of certain repositories and project folders to improve disk usage.

In this new version, to improve system performance while compiling and
syncing large code bases in the default indexed location, Windows 10 is
updating the indexing behavior to exclude common developer folders, such as
.git, .hg, .svn, .Nuget, and more by default.
]]]

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwb%2BnkcshunMN8ZJG8L1Y_W52Awex7MJaJ%3DW%2BO_uv0wUxw%40mail.gmail.com.


Re: Since which version release builds of TortoiseSVN have IPv6 enabled?

2022-01-31 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
Got it. Thank you for the explanation and the link.

On Mon, Jan 31, 2022 at 8:12 PM Stefan via TortoiseSVN-dev <
tortoisesvn-dev@googlegroups.com> wrote:

>
>
> On Monday, January 31, 2022 at 5:57:37 PM UTC+1 Pavel Lyalyakin wrote:
>
>> Thank you for your response. But TortoiseSVN 1.14.1 version from the Download
>> page  seems to have IPv6 enabled:
>> [[[
>> TortoiseSVN 1.14.1, Build 29085 - 64 Bit , 2021/02/09 16:17:02
>> ipv6 enabled
>> ]]]
>>
>> When I click on TortoiseSVN 1.14.1 - 64-bit, it redirects me to
>> https://osdn.net/projects/tortoisesvn/storage/1.14.1/Application/TortoiseSVN-1.14.1.29085-x64-svn-1.14.1.msi/
>> .
>>
>> I see that IPv6 is enabled when I install this build. Does this sound
>> right?
>>
>
> not really, no.
> That build does not have ipv6 enabled, i.e. the sockets are not created as
> ipv6. However if your network stack is not pure ipv6 (which most aren't for
> compatibility reasons), then even this build works with ipv6.
> See here for such hybrid stacks:
> https://en.wikipedia.org/wiki/IPv6#Transition_mechanisms
>
> The reason for a separate build is that the ipv6 build first always tries
> with an ipv6 socket. Which causes a second (fallback) try with ipv4 if ipv6
> fails. At least in the first builds (as mentioned before: years ago) this
> lead to a noticeable slowdown for every connection.
> For most operations this isn't an issue, but in the repo browser where
> hundreds of connections can be made, this would be very noticeable.
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "TortoiseSVN-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tortoisesvn-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tortoisesvn-dev/a5c0a706-0b26-4e57-9708-20595bd5ee57n%40googlegroups.com
> 
> .
>


-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwaGXUMCrU28sMN9-SZAb%2BW0vOHFCXDTUZ9TmqNSjycpbA%40mail.gmail.com.


Re: Since which version release builds of TortoiseSVN have IPv6 enabled?

2022-01-31 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
Thank you for your response. But TortoiseSVN 1.14.1 version from the Download
page  seems to have IPv6 enabled:
[[[
TortoiseSVN 1.14.1, Build 29085 - 64 Bit , 2021/02/09 16:17:02
ipv6 enabled
]]]

When I click on TortoiseSVN 1.14.1 - 64-bit, it redirects me to
https://osdn.net/projects/tortoisesvn/storage/1.14.1/Application/TortoiseSVN-1.14.1.29085-x64-svn-1.14.1.msi/
.

I see that IPv6 is enabled when I install this build. Does this sound right?

Is there any need for a separate section
https://osdn.net/projects/tortoisesvn/storage/1.14.1/Application/ipv6/?


On Mon, Jan 31, 2022 at 7:47 PM Stefan via TortoiseSVN-dev <
tortoisesvn-dev@googlegroups.com> wrote:

> the ipv6 versions are always built, don't know exactly since which version
> but it's been years
> they're not linked directly from the homepage, but you can get them from
> the files section:
> https://osdn.net/projects/tortoisesvn/storage/1.14.1/Application/ipv6/
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "TortoiseSVN-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tortoisesvn-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tortoisesvn-dev/eb0f7a5e-dad2-423f-ae04-55d8eb7143d8n%40googlegroups.com
> 
> .
>


-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwZcCwcXkf9urd4csrRepD2%2BkZFHNi7YHLaqEi0JcQ%2BP4g%40mail.gmail.com.


Since which version release builds of TortoiseSVN have IPv6 enabled?

2022-01-31 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
Hello,

Since which version release builds of TortoiseSVN have IPv6 enabled?

As far as I recall, IPv6 was enabled only in dev builds some time ago. But
not in release builds. I don't see anything relevant in changelog.

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwbyt2uDKSoyVZsn3rL0p4tDjjbmiNhT68w6oQ4WrGLuSQ%40mail.gmail.com.


Re: disable it you can make changes to the mod_dav_svn

2022-01-19 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
It is technically possible to configure this option on the side of your
Apache server. Note that instead of configuring this option, you should
consider upgrading all your Subversion servers to the most recent version.
Contact an admin of your server for assistance.

This option is used for compatibility reasons on pre-1.8 and 1.8 and newer
servers working in a write-through proxy configuration. Subversion 1.8, 1.7
versions are old and not supported.

PS You are contacting the wrong mailing list. This mailing list is for
TortoiseSVN users. TortoiseSVN is a client program, not a server. You may
need to contact users@ Apache Subversion list
. But better contact an
admin first.

On Mon, Jan 17, 2022 at 7:54 PM Pratyash Mohanty via TortoiseSVN-dev <
tortoisesvn-dev@googlegroups.com> wrote:

> May I Know In Which Setting  *SVNAdvertiseV2Protocol *to OFF...??
> To See In UI of SVN..??
>
> --
> You received this message because you are subscribed to the Google Groups
> "TortoiseSVN-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tortoisesvn-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tortoisesvn-dev/d9289e9a-81a5-428e-8f80-4c0b4d300358n%40googlegroups.com
> 
> .
>


-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwY%3D-6qgUy864Wynvmo4HWZY%3DAUFXDFhBrD-K%2BTCT-b3og%40mail.gmail.com.


Re: TortoiseSVN Manual: Error 404 Not Found

2021-12-15 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
It works now. Thank you!

On Tue, Dec 14, 2021 at 11:47 PM Stefan via TortoiseSVN-dev <
tortoisesvn-dev@googlegroups.com> wrote:

> Yes, I know.
> WANdisco moved the website to a new AWS instance and messed up.
> I'm still trying to get this fixed...
>
> Stefan
>
> --
> You received this message because you are subscribed to the Google Groups
> "TortoiseSVN-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tortoisesvn-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tortoisesvn-dev/30ef5e5f-5c3f-42c8-8db1-dbd89ad3faefn%40googlegroups.com
> 
> .
>


-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwaqmF7vF3XnYQ-ry4VAFj1CRyP%3DWDF1-hAH9G%3DWVwNdkA%40mail.gmail.com.


TortoiseSVN Manual: Error 404 Not Found

2021-12-14 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
Hello,

It seems that there is a problem with the docs. I receive an error when I
navigate to https://tortoisesvn.net/docs/release/TortoiseSVN_en/index.html
[[[
Not Found

The requested URL was not found on this server.
--
Apache/2.4.41 (Ubuntu) Server at tortoisesvn.net Port 80
]]]

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwbs78N8tGAdN-WwKPjBVGe2hWY5F1xT0AZ5FS%3DV68OBgA%40mail.gmail.com.


Why the options "Allow ambiguous URLs" and "Allow ambiguous UUIDs" are enabled by default?

2021-06-07 Thread TortoiseSVN-dev on behalf of Pavel Lyalyakin
Hello,

I see that the option "Allow ambiguous URLs" and "Allow ambiguous UUIDs"
are by default enabled in TortoiseSVN 1.14.1 (and most likely in all
earlier versions). However, the description of them in the manual

is written in a fashion as if they were by default disabled (i.e.,
unchecked):
[[[
If you don't, *leave it unchecked *to improve performance.
]]]

Do I understand correctly that these options are enabled by default in all
TortoiseSVN versions? Is there a rationale for enabling these options by
default?

-- 
With best regards,
Pavel Lyalyakin
VisualSVN Team

-- 
You received this message because you are subscribed to the Google Groups 
"TortoiseSVN-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tortoisesvn-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tortoisesvn-dev/CAEyhmwa7b-BF9MHs3YSuv_6vwyHORW%2BsHFRVWEPucjYTz1J8CA%40mail.gmail.com.