SVN tool to get the Line of code

2022-11-15 Thread JITHIN K
Hello Team, We are using Subversion for the source code management ( Software development ). Are there any SVN tools available to calculate the line of code

Re: Removing if unversioned files during a tree conflict resolve.

2022-11-15 Thread Pavel Lyalyakin via users
On Tue, Nov 15, 2022 at 7:36 PM Marcel Delorme wrote: > HI, > > > > I think we spotted a bug. The following sequence has been followed: > >- User 1 renames a svn folder and commits this >- User 2 has unversioned files and uncommited files in the renamed >folder >- User 2 performs

Removing if unversioned files during a tree conflict resolve.

2022-11-15 Thread Marcel Delorme
HI, I think we spotted a bug. The following sequence has been followed: * User 1 renames a svn folder and commits this * User 2 has unversioned files and uncommited files in the renamed folder * User 2 performs an update * Subversion encounter a tree conflict * All files are s

Re: svnsync: E120106: ra_serf: The server sent a truncated HTTP response body.

2022-11-15 Thread Pavel Lyalyakin via users
On Tue, Nov 15, 2022 at 3:56 PM JITHIN K wrote: > > @pavel.lyalya...@visualsvn.com > > This works for me. Thank you. > > Regards, > Jithin K Sure thing! I'm glad that helped you out. On Tue, Nov 15, 2022 at 3:56 PM JITHIN K wrote: > > @pavel.lyalya...@visualsvn.com > > This works for me. Thank

Re: svnsync: E120106: ra_serf: The server sent a truncated HTTP response body.

2022-11-15 Thread JITHIN K
@pavel.lyalya...@visualsvn.com This works for me. Thank you. Regards, Jithin K On Tue, Nov 15, 2022 at 2:29 PM JITHIN K wrote: > Thanks for your mail. I will try this option. > > > On Mon, Nov 14, 2022 at 8:59 PM Pavel Lyalyakin < > pavel.lyalya...@visualsvn.com> wrote: > >> On Mon, Nov 14, 20

Questions about setting up Subversion Server

2022-11-15 Thread Felix Natter
hello SVN Users, I have set up a basic SVN Server with svn+ssh:// auth (System users with LDAP) by wrapping svnserve [1] I have a few questions for which I could not find answers in the manual: - In my svnserve wrapper I call this: exec /usr/bin/svnserve "$@" -r /repos -> Does the (Linux-)

Re: svnsync: E120106: ra_serf: The server sent a truncated HTTP response body.

2022-11-15 Thread JITHIN K
Thanks for your mail. I will try this option. On Mon, Nov 14, 2022 at 8:59 PM Pavel Lyalyakin < pavel.lyalya...@visualsvn.com> wrote: > On Mon, Nov 14, 2022 at 4:31 PM JITHIN K wrote: > > > > Hello Team, > > > > I use Subversion 1.13 in Ubuntu 20.04.5 LTS and sync a repository size > of 300GB t

Re: svnsync: E120106: ra_serf: The server sent a truncated HTTP response body.

2022-11-15 Thread JITHIN K
Thanks for your response. I have checked the revision size which is around 2.5GB. I don't think its a revision size problem. On Mon, Nov 14, 2022 at 7:29 PM Daniel Sahlberg wrote: > Den mån 14 nov. 2022 kl 13:31 skrev JITHIN K : > >> Hello Team, >> >> I use Subversion 1.13 in Ubuntu 20.04.5 LTS