Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-05 Thread Nathan Hartman
er_SafeHtmlFilter_> >> roshan.parde...@ncdex.com >> <https://mail.google.com/mail/?view=cm=1=roshan.parde...@ncdex.com> >> /as...@ncdex.com >> <https://mail.google.com/mail/?view=cm=1=as...@ncdex.com> >> Toll-free number 1800 266 2339 / 1800 103 4861 >> <#m_4205676612975724340_m_262593516953184_m_3282584026429926061_m_526

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-05 Thread Daniel Sahlberg
03 4861 > <#m_5264752297521101632_SignatureSanitizer_SafeHtmlFilter_> > > > > On Wed, Jul 3, 2024 at 7:46 PM Roshan Pardeshi > wrote: > >> Hello Nathan, >> >> Please find the inputs below inline. >> >> What version of Subversion is used on t

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-05 Thread Roshan Pardeshi
as...@ncdex.com <https://mail.google.com/mail/?view=cm=1=as...@ncdex.com> Toll-free number 1800 266 2339 / 1800 103 4861 <#SignatureSanitizer_SafeHtmlFilter_> On Wed, Jul 3, 2024 at 7:46 PM Roshan Pardeshi wrote: > Hello Nathan, > > Please find the inputs below inline.

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-03 Thread Lorenz via users
Hi, Roshan Pardeshi wrote: >Hello Nathan, > >Please find the inputs below inline. > >What version of Subversion is used on the server? *svn, version 1.7.14 >(r1542130)* > >How big is the repository? --- *1.5 TB* > >How many revisions in the repositor

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-03 Thread Roshan Pardeshi
Hello Nathan, Please find the inputs below inline. What version of Subversion is used on the server? *svn, version 1.7.14 (r1542130)* How big is the repository? --- *1.5 TB* How many revisions in the repository? --- *Please confirm how to and where to find revisions

Re: Deletion of Branches(Folder and Files) from SVN server

2024-07-02 Thread Nathan Hartman
On Tue, Jul 2, 2024 at 11:23 AM Roshan Pardeshi wrote: > Hello, > > We require to delete the branches(folder and files) from SVN server to > release some space from disk as we are facing space crunch on disk in SVN > server. > > Please help on this as what command we

Deletion of Branches(Folder and Files) from SVN server

2024-07-02 Thread Roshan Pardeshi
Hello, We require to delete the branches(folder and files) from SVN server to release some space from disk as we are facing space crunch on disk in SVN server. Please help on this as what command we should use to delete the branches(folder and files). We have used below command but its

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-19 Thread Paul Leo
you use TortoiseSVN, the other option would be to remove the .svn folder and do a new checkout in the same directory. TortoiseSVN is quite nice that it picks up the existing files and says "Versioned" on them and you can usually continue as before. The command line client see

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-19 Thread Nico Kadel-Garcia
On Wed, Jun 19, 2024 at 3:31 AM Andreas Stieger wrote: > > > On 2024-06-18 23:19, Paul Leo wrote: > > If I try a relocate in TortoiseSVN, I get an error saying the uuid of > > the new server is different than the WC of the local repo. I presume > > this is because of the DNS name change. > > >

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-19 Thread Daniel Sahlberg
nd diff folders if needed) > instead of trying relocate, or should I have them edit the wc.db and > replace or try and change the uuid on the new server to match the old one. > Since you use TortoiseSVN, the other option would be to remove the .svn folder and do a new checkout in the sam

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-19 Thread Andreas Stieger
On 2024-06-18 23:19, Paul Leo wrote: If I try a relocate in TortoiseSVN, I get an error saying the uuid of the new server is different than the WC of the local repo.   I presume this is because of the DNS name change. No, this is because the UUID is different. I've done some searching

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-18 Thread Paul Leo
Thanks Ryan.  I guess I can't believe everything on the internet, where I got the DNS name story The commands used to create and sync the repo were: svnsync initialize file:///srv/svn_repos/ibis/main https://svn.ibisph.org/svn/main svnsync synchronize file:///srv/svn_repos/ibis/main https

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-18 Thread Ryan Carsten Schmidt
On Jun 18, 2024, at 16:19, Paul Leo wrote: > > If I try a relocate in TortoiseSVN, I get an error saying the uuid of the new > server is different than the WC of the local repo. I presume this is > because of the DNS name change. The DNS name has nothing to do with the UUID. If the new

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-18 Thread Paul Leo
folders if needed) instead of trying relocate, or should I have them edit the wc.db and replace or try and change the uuid on the new server to match the old one. I've done some reading in the SVN-redbook, but am concerned that perhaps there are things that I may be missing because the redbook

Re: SVN over NFS/CIFS (Windows client to Linux server)

2024-06-18 Thread Daniel Sahlberg
Den tis 18 juni 2024 kl 17:49 skrev Johnston, Tim < tim.johns...@christiedigital.com>: > We are using SVN 1.7 repositories which are checked out to a Linux file > server. Users access their files via TortoiseSVN (1.7.15, which is also > built against SVN 1.7.x), either

SVN over NFS/CIFS (Windows client to Linux server)

2024-06-18 Thread Johnston, Tim
We are using SVN 1.7 repositories which are checked out to a Linux file server. Users access their files via TortoiseSVN (1.7.15, which is also built against SVN 1.7.x), either via CIFS or NFS. When accessing via CIFS (with the Linux side serving via Samba), we occasionally encounter SQLite

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-07 Thread Paul Leo
, I will create new user/passwords.  The community is small enough so that this should not be an issue. On 6/7/2024 2:16 AM, Daniel Sahlberg wrote: Den tors 6 juni 2024 kl 21:40 skrev Paul Leo : We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to Ubuntu 24.04

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-07 Thread Paul Leo
Warehouse who contracts with the Hawaii Dept of Health. Currently the content is stored in the SVN repository hosted in UT.  That server is managed by UT Dept of HHS, and because of state security I am not permitted to have login access to that server.  That server is scheduled to be turned

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-07 Thread Nico Kadel-Garcia
On Fri, Jun 7, 2024 at 1:31 AM Lorenz via users wrote: > > Paul Leo wrote: > > >We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to > >Ubuntu 24.04, SVN 1.14.3. > > > >We don't have any login access to the current server. > > > &g

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-07 Thread Daniel Sahlberg
Den tors 6 juni 2024 kl 21:40 skrev Paul Leo < paul@dataphilesconsulting.com>: > We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to > Ubuntu 24.04, SVN 1.14.3. > > We don't have any login access to the current server. > > The current hosting server

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-07 Thread Andreas Stieger
Hello, On 2024-06-06 21:40, Paul Leo wrote: [...] migrate an SVN repository from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3. [...] The current hosting server plans to perform an SVN dump of the repository, and make it available through something like Google Drive. We would obtain

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-07 Thread Ryan Carsten Schmidt
On Jun 7, 2024, at 00:32, Lorenz via users wrote: > > You might want to retain the repository UUID, otherwise you would need > to re-checkout your working copies Loading the dumpfile into a new repository will preserve the UUID unless you tell it not to.

Re: Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-06 Thread Lorenz via users
Paul Leo wrote: >We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to >Ubuntu 24.04, SVN 1.14.3. > >We don't have any login access to the current server. > >The current hosting server plans to perform an SVN dump of the >repository, and make it available t

Migration from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3

2024-06-06 Thread Paul Leo
We need to migrate an SVN repository from CentOS 7, Subversion 1.94 to Ubuntu 24.04, SVN 1.14.3. We don't have any login access to the current server. The current hosting server plans to perform an SVN dump of the repository, and make it available through something like Google Drive. We

When performing an SVN update operation on a file that does not exist locally, how the changeset is used.

2024-06-06 Thread ????
hope for an answer, thanks very very very much. 798603...@qq.com

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

2024-06-02 Thread Daniel Sahlberg
seeing (client hangs waiting for network (and sometimes > crashes), server has nothing to do and doesn't report anything > special). > I agree with Johan and I understand it might be hard to nail down the actual issue. I don't think I have asked this before: - Can you log in to the server

Re: SVN issue - Repository - not able to login

2024-05-28 Thread Roshan Pardeshi
Hello Daniel, We have checked from below link but not find the solution. If we create a new repository named as *Utilities *that repository is getting created but when user is trying to login that repository by using URL as - *svn://192.168.213.190/SVN/Utilities <http://192.168.213.190/

Re: SVN issue - Repository - not able to login

2024-05-27 Thread Daniel Sahlberg
Den mån 27 maj 2024 kl 14:50 skrev Roshan Pardeshi < roshan.parde...@ncdex.com>: > Hello Daniel, > > We are using below mentioned path for access in SVN through > TortoiseSVN->Repo Browser. > > svn://___.__.__.___(server ip)/SVN/aedge > So you are using svnser

Re: SVN issue - Repository - not able to login

2024-05-27 Thread Roshan Pardeshi
Hello Daniel, We are using below mentioned path for access in SVN through TortoiseSVN->Repo Browser. svn://___.__.__.___(server ip)/SVN/aedge Regards, <https://www.youtube.com/user/trustncdex> <https://twitter.com/ncdex> <https://www.linkedin.com/company/27547/> <

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

2024-05-27 Thread Johan Corveleyn
On Sat, May 25, 2024 at 12:12 AM Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users wrote: > > > Den lör 11 maj 2024 kl 03:00 skrev Williams, James P. {Jim} (JSC-CD4)[KBR > > Wyle Services, LLC] via users : > > > You previously mentioned Subversion 1.14.1, is that on the server

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

2024-05-24 Thread Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users
tual XML message sent from the server? I'm thinking > if this is mangled in some strange way that is upsetting the XML parser. We're not able to install tools like wireshark, if that's what you're suggesting. I don't see a way to get to that XML other than doctoring SVN source. > Again somet

Re: SVN issue - Repository - not able to login

2024-05-23 Thread Daniel Sahlberg
Den tors 23 maj 2024 kl 18:03 skrev Roshan Pardeshi < roshan.parde...@ncdex.com>: > Hello Team, > > Please find the my input inline below. > > Which protocol are you using to access the repository? - Tortoise SVN - > Repo Browser > Are you using Apache/mod_dav_svn (

Re: SVN issue - Repository - not able to login

2024-05-23 Thread Roshan Pardeshi
Hello Team, Please find the my input inline below. Which protocol are you using to access the repository? - Tortoise SVN - Repo Browser Do you have other repositories where this works? - No Can you share your server configuration? - its a Redhat Linux with 16 GB RAM and 4 core CPU. Regards

Re: SVN issue - Repository - not able to login

2024-05-23 Thread Daniel Sahlberg
Den tors 23 maj 2024 kl 16:07 skrev Roshan Pardeshi < roshan.parde...@ncdex.com>: > Hi All, > > We are not getting Authentication window(using TortoriseSVN Repo Browser) > after creating a new repository in SVN to access that repository > > Else if we are getting authenti

SVN issue - Repository - not able to login

2024-05-23 Thread Roshan Pardeshi
Hi All, We are not getting Authentication window(using TortoriseSVN Repo Browser) after creating a new repository in SVN to access that repository Else if we are getting authentication window then after input of username and password of user its showing error message as "Authentication f

Re: Migrate from Git to SVN on Fedora server

2024-05-21 Thread Jeffrey Walton
On Tue, May 21, 2024 at 6:28 PM Nico Kadel-Garcia wrote: > > On Tue, May 21, 2024 at 6:55 AM Jeffrey Walton wrote: > > > > I'd like to migrate some source code from Git to SVN on my Fedora > > server. The rub is, I'd like to use Nginx instead of Apache. > > Why?

Re: Migrate from Git to SVN on Fedora server

2024-05-21 Thread Nico Kadel-Garcia
On Tue, May 21, 2024 at 6:55 AM Jeffrey Walton wrote: > > Hi Everyone, > > I'd like to migrate some source code from Git to SVN on my Fedora > server. The rub is, I'd like to use Nginx instead of Apache. Why? What do you expect to get from Nginx that is not built into Sub

Re: Migrate from Git to SVN on Fedora server

2024-05-21 Thread Nathan Hartman
On Tue, May 21, 2024 at 6:55 AM Jeffrey Walton wrote: > Hi Everyone, > > I'd like to migrate some source code from Git to SVN on my Fedora > server. The rub is, I'd like to use Nginx instead of Apache. > > I think I can switch the repo from Git to SVN by performing the > fo

Re: Migrate from Git to SVN on Fedora server

2024-05-21 Thread Daniel Sahlberg
Den tis 21 maj 2024 kl 12:55 skrev Jeffrey Walton : > Hi Everyone, > > I'd like to migrate some source code from Git to SVN on my Fedora > server. The rub is, I'd like to use Nginx instead of Apache. > Hi, Welcome! Be aware of a difference between Git and Subversion: In Git

Migrate from Git to SVN on Fedora server

2024-05-21 Thread Jeffrey Walton
Hi Everyone, I'd like to migrate some source code from Git to SVN on my Fedora server. The rub is, I'd like to use Nginx instead of Apache. I think I can switch the repo from Git to SVN by performing the following at the server: cd /var/test-src find . -name '.git' -exec rm -rf

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

2024-05-17 Thread Daniel Sahlberg
Den fre 17 maj 2024 kl 00:20 skrev Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users : > > BTW: as Daniel asked: You previously mentioned Subversion 1.14.1, is > > that on the server or on the client? > > I've been testing with SVN 1.14.1 on both the

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
bout 5000 files in trunk and 10,000 revisions. > > > > > > That *hints* at an httpd tuning issue, but I'm not sure. Check the > httpd > > > logs? > > > > The httpd logs show no signs of a problem. Success and failure cases > look the same in the logs. >

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

2024-05-15 Thread Johan Corveleyn
he httpd > > logs? > > The httpd logs show no signs of a problem. Success and failure cases look > the same in the logs. In your initial post your mentioned: >>> svn 1.10.2 was failing the same way before we upgraded to 1.14.1 as a >>> possible fix. So the problem is

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

2024-05-14 Thread Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users
m the skeleton > configuration the operating system provides and made mostly the same > customizations we had for RHEL 6, or modernized them where the docs said > things changed. Mostly, that was tweaks to authentication (from LDAP to > Kerberos), SSL, and the SVN endpoints. Browser

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

2024-05-11 Thread Daniel Sahlberg
tweaks to authentication (from LDAP to > Kerberos), SSL, and the SVN endpoints. Browser access to all SVN and > ViewVC pages seems to work fine. > You previously mentioned Subversion 1.14.1, is that on the server or on the client? [...] > And do the problems happen if you use svn://

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

2024-05-10 Thread Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users
had for RHEL 6, or modernized them where the docs said things changed. Mostly, that was tweaks to authentication (from LDAP to Kerberos), SSL, and the SVN endpoints. Browser access to all SVN and ViewVC pages seems to work fine. > Did you run "svnadmin upgrade" on the repo? I haven

Re: svn checkout Hangs/Crashes/Succeeds Over HTTP

2024-05-10 Thread Nico Kadel-Garcia
How did you upgrade your server from RHEL 6 to RHEL 8? Did you run "svnadmin upgrade" on the repo? And just how *big* is the repo? Does your client setup work with a notably smaller repo? And do the problems happen if you use svn:// rather than https:// ? Because I've been dealing with

svn checkout Hangs/Crashes/Succeeds Over HTTP

2024-05-10 Thread Williams, James P. {Jim} (JSC-CD4)[KBR Wyle Services, LLC] via users
I'm upgrading an Apache HTTP server of our SVN repos on RedHat Enterprise Linux 8. Using Subversion 1.14.1, svn checkout of even a small, simple repo with about 150 files hangs about 90% of the time, crashes 5%, and succeeds 5%. Given enough time, the hangs eventually time out after checking

svn-books.com

2024-05-09 Thread Tuukka Tuominen
Hi! You seem to be the owner of the domain name svnbook.com, so I thought you might be interested in svn-books.com? If so, please let me know and I will send you more information. Have a great day! Tuukka Tuominen

RE: SVN Desktopversion

2024-04-12 Thread Jans, Ullrich
(EXTERN: Akkodis) ; users@subversion.apache.org Subject: AW: SVN Desktopversion CAUTION: This email originated from outside of the Elektrobit organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hallo, Die Fehlermeldung besagt das

AW: SVN Desktopversion

2024-04-12 Thread tg.freigmbh.de via users
Hallo, Die Fehlermeldung besagt das „Tortoise“ nicht mehr funktioniert. Tortoise svn ist nicht dasselbe wie apache svn, deswegen ist das hier eigentlich nicht der richtige Kanal  Der wahrscheinlichste fix ist aber „Tortoise svn“ dann neu runterzuladen zu installieren. Viele Grüße, Thorsten

SVN Desktopversion

2024-04-12 Thread Kramer, Ricarda (EXTERN: Akkodis)
Hallo, seit heute funktioniert meine Desktop-Version von SVN nicht mehr und ich weiß nicht warum. Wenn ich das Programm öffnen möchte, kommt folgende Meldung: [cid:image001.png@01DA8CBB.48CE65F0] [cid:image002.png@01DA8CBB.F7BD4400] Ich habe nichts gelöscht oder irgendwas verschoben, daher

Re: Repo access with HTTPS and an access token (or: GCM for svn?)

2024-04-02 Thread EML
I've written a proof-of-concept script which fetches a file from a protected svn repo, and posted it on the dev list <https://lists.apache.org/thread/f3f516vkm16ss67g9xfrjrfdcp70ymd0>. With a bit of luck, this might get someone interested in adding the OAuth2 code to svn and TSVN.

Re: Repo access with HTTPS and an access token (or: GCM for svn?)

2024-03-30 Thread EML
to assume that most people who have an svn repo will use MAO). All we know for sure is that the repo is OAuth2-protected (OIDC, to be precise), and we have to use the OAuth2 specs. RFC6750 <https://datatracker.ietf.org/doc/html/rfc6750> says in the  abstract that "/This specificatio

RE: Re: Repo access with HTTPS and an access token (or: GCM for svn?)

2024-03-29 Thread Thomas Åkesson
with an installed application containing our code that performs the OpenIDC authentication (perhaps similar to GCM, not sure) and provides that session token to the Svn client. It would be very interesting to make some enhancements to the Subversion client to simplify the setup. > This all works with git, us

Re: Repo access with HTTPS and an access token (or: GCM for svn?)

2024-03-29 Thread EML
Wow - interesting. I don't know anything about TortoiseSVN, but presumably it will 'just work' if svn itself can be fixed up. Daniel - if you move everything to dev, I'll follow there. Thoughts about TA's post: 1. Why "tunnel the session token in basic auth"? Does he want HTTP

Re: Repo access with HTTPS and an access token (or: GCM for svn?)

2024-03-29 Thread Daniel Sahlberg
Den fre 29 mars 2024 kl 16:27 skrev EML : > Before I do too much work on this, I'd like to do a sanity check. Does > anyone know of a client which will access a repo over HTTPS, with an > access/bearer token? This gives SSO and multi-factor authentication using > OAuth2. > > The repo runs behind

Repo access with HTTPS and an access token (or: GCM for svn?)

2024-03-29 Thread EML
Before I do too much work on this, I'd like to do a sanity check. Does anyone know of a client which will access a repo over HTTPS, with an access/bearer token? This gives SSO and multi-factor authentication using OAuth2. The repo runs behind Apache httpd, which is using mod_auth_openidc. The

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
s I did not set up the server so I'm learning > this as we go. Assuming you are using Apache... Here's what one of ours looks like for cryptopp.com web server (we don't run SVN on this server, but it illustrates a TLS configuration). And we are using Ubuntu, not CentOS or Red Hat (we had to get a

Re: SVN does not trust cert

2024-03-25 Thread Stanley Gilliam via users
Would it be OpenSSL.conf? Get Outlook for iOS<https://aka.ms/o0ukef> From: Stanley Gilliam Sent: Monday, March 25, 2024 1:04:11 PM To: noloa...@gmail.com Cc: Daniel Sahlberg ; users@subversion.apache.org Subject: RE: SVN does not trust cert Hi Jeff, I

RE: SVN does not trust cert

2024-03-25 Thread Stanley Gilliam via users
System Administrator GSK 14200 Shady Grove Rd Rockville, MD 20850 678-548-7768 -Original Message- From: Jeffrey Walton Sent: Monday, March 25, 2024 12:34 PM To: Stanley Gilliam Cc: Daniel Sahlberg ; users@subversion.apache.org Subject: Re: SVN does not trust cert On Mon, Mar 25, 2024

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
, then it would look something like: Certificate chain 0 s:/C=US/ST=Pennsylvania/L=Upper Providence/O=Glaxo Smith Kline/OU=SRCA/CN=hpc.gsk.com/emailAddress=scientific_computing_supp...@gsk.com i:/DC=com/DC=corpnet1/DC=wmservice/CN=GSK Issuing CA 1 1 s:/DC=com/DC=corpnet1/DC=wmservice/CN=GSK Issuing CA 1 i:/DC=com/DC=corpnet1/DC=wmservice/CN=GSK Root CA 2 s:/DC=com/DC=corpnet1/DC=wmservice/CN=GSK Root CA i:/DC=com/DC=corpnet1/DC=wmservice/CN=GSK Root CA The client _must_ trust 'GSK Root CA'. This is your SVN client. That is the next thing to check once the server configuration is fixed. Jeff

RE: SVN does not trust cert

2024-03-25 Thread Stanley Gilliam via users
5 e3 d9 75 .q._.c.#...u 0090 - 17 09 46 ac 5a 7b 03 01-55 95 19 80 81 f3 11 19 ..F.Z{..U... 00a0 - e5 e2 03 cc cd 8b 3c 63-8c fb 91 99 4c 98 9c 64 .. Sent: Monday, March 25, 2024 12:16 PM To: Stanley Gilliam Cc: Daniel Sahlberg ; users@subversion.apache.org Subject: Re: SVN

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
On Mon, Mar 25, 2024 at 12:01 PM Daniel Sahlberg wrote: > > Den mån 25 mars 2024 kl 16:34 skrev Stanley Gilliam > : >> >> Hello, >> >> So we use appview to update our certificates and our cert team confirmed >> that the cert was updated correctly. Is there another way to possibly verify >>

RE: SVN does not trust cert

2024-03-25 Thread Stanley Gilliam via users
, 2024 12:01 PM To: Stanley Gilliam Cc: noloa...@gmail.com; users@subversion.apache.org Subject: Re: SVN does not trust cert Den mån 25 mars 2024 kl 16: 34 skrev Stanley Gilliam : Hello, So we use appview to update our certificates and our cert team confirmed that the cert was updated correctly. I

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
On Mon, Mar 25, 2024 at 11:55 AM Stanley Gilliam wrote: > > I apologize for the miscommunication. Here is the output from the openssl > command: > > [I am root!@uptus060-1:conf.d]# openssl s_client -connect hpc.gsk.com:443 You should use -servername here. It triggers Server Name Indication

RE: SVN does not trust cert

2024-03-25 Thread Stanley Gilliam via users
Adding @Jung Yi Stanley Gilliam System Administrator GSK 14200 Shady Grove Rd Rockville, MD 20850 678-548-7768 -Original Message- From: Stanley Gilliam Sent: Monday, March 25, 2024 11:55 AM To: noloa...@gmail.com Cc: Daniel Sahlberg ; users@subversion.apache.org Subject: RE: SVN does

RE: SVN does not trust cert

2024-03-25 Thread Stanley Gilliam via users
ubject: Re: SVN does not trust cert Den mån 25 mars 2024 kl 15: 19 skrev Jeffrey Walton : On Mon, Mar 25, 2024 at 9: 54 AM Stanley Gilliam via users wrote: > > I am a system admin for GlaxoSmithKline. We are currently Den mån 25 mars 2024 kl 15:19 skrev Jeffrey Walton mailto:noloa.

RE: SVN does not trust cert

2024-03-25 Thread Stanley Gilliam via users
tanley Gilliam Cc: Daniel Sahlberg ; users@subversion.apache.org Subject: Re: SVN does not trust cert On Mon, Mar 25, 2024 at 11:34 AM Stanley Gilliam wrote: > > So we use appview to update our certificates and our cert team confirmed that > the cert was updated correctly. Is there ano

Re: SVN does not trust cert

2024-03-25 Thread Daniel Sahlberg
> > System Administrator > > GSK > > 14200 Shady Grove Rd > > Rockville, MD 20850 > > 678-548-7768 > > > > *From:* Daniel Sahlberg > *Sent:* Monday, March 25, 2024 11:17 AM > *To:* noloa...@gmail.com > *Cc:* Stanley Gilliam ; > users@subversion.

RE: SVN does not trust cert

2024-03-25 Thread Stanley Gilliam via users
? Stanley Gilliam System Administrator GSK 14200 Shady Grove Rd Rockville, MD 20850 678-548-7768 From: Daniel Sahlberg Sent: Monday, March 25, 2024 11:17 AM To: noloa...@gmail.com Cc: Stanley Gilliam ; users@subversion.apache.org Subject: Re: SVN does not trust cert Den mån 25 mars 2024 kl 15: 19

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
On Mon, Mar 25, 2024 at 11:34 AM Stanley Gilliam wrote: > > So we use appview to update our certificates and our cert team confirmed that > the cert was updated correctly. Is there another way to possibly verify this. > There may also be something to the second option, I am on a linux RH OS. Is

Re: SVN does not trust cert

2024-03-25 Thread Daniel Sahlberg
Den mån 25 mars 2024 kl 15:19 skrev Jeffrey Walton : > On Mon, Mar 25, 2024 at 9:54 AM Stanley Gilliam via users > wrote: > > > > I am a system admin for GlaxoSmithKline. We are currently having issues > getting our svn instance to authenticate. This all happened after the c

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
On Mon, Mar 25, 2024 at 9:54 AM Stanley Gilliam via users wrote: > > I am a system admin for GlaxoSmithKline. We are currently having issues > getting our svn instance to authenticate. This all happened after the cert > was updated. We are currently getting the message : >

SVN does not trust cert

2024-03-25 Thread Stanley Gilliam via users
Hi, I am a system admin for GlaxoSmithKline. We are currently having issues getting our svn instance to authenticate. This all happened after the cert was updated. We are currently getting the message : svn: E175002: OPTIONS of 'https://hpc.gsk.com/xxx/xxx/etc': Server certificate

Re: SVN log --xml version omits line count

2024-03-05 Thread sebb
On Tue, 5 Mar 2024 at 19:01, Daniel Sahlberg wrote: > > Den tis 5 mars 2024 kl 18:09 skrev sebb : >> >> I would expect svn log --xml to include all the same info as the >> non-xml version, but that is not the case. The number of lines changed >> is not visible in the

Re: SVN log --xml version omits line count

2024-03-05 Thread Daniel Sahlberg
Den tis 5 mars 2024 kl 18:09 skrev sebb : > I would expect svn log --xml to include all the same info as the > non-xml version, but that is not the case. The number of lines changed > is not visible in the xml version. The figure is the number of lines in the log message, not t

SVN log --xml version omits line count

2024-03-05 Thread sebb
I would expect svn log --xml to include all the same info as the non-xml version, but that is not the case. The number of lines changed is not visible in the xml version. Is that intentional? If so, why? Sebb Sample outputs below - $ svn log https://svn.apache.org

Re: Pricing for SVN

2024-01-11 Thread Nico Kadel-Garcia
en tors 11 jan. 2024 kl 10:58 skrev : >> >> Hello Andreas, >> >>Thank you for the reply. Could you please share the pricing >> details for Tortoise SVN as well. Subversion *clients*, and servers, are available in most Linux distributions as wel

Re: Pricing for SVN

2024-01-11 Thread Daniel Sahlberg
Den tors 11 jan. 2024 kl 10:58 skrev : > Hello Andreas, > >Thank you for the reply. Could you please share the pricing > details for Tortoise SVN as well. > TortoiseSVN is free software ("free" both as in freedom and no cost), however donations a

Pricing for SVN

2024-01-11 Thread kiran.sm_b3
Hello Andreas, Thank you for the reply. Could you please share the pricing details for Tortoise SVN as well. Thanks and Regards Kiran S M XT Silicon Brains Technologies Private Limited CIN: U62099KA2023PTC173317 Registered office address: #1, 2 and 3, E

Re: Queries on SVN

2024-01-09 Thread Nico Kadel-Garcia
t; > Yes. However note that these files are not suitable for text-base > merging as they are not code. Meaning that any version control system, > including svn, should be configured to required locking prior to > editing, in order to enforce a sequence in editing. That does not match the con

Re: Queries on SVN

2024-01-08 Thread Andreas Stieger
control system, including svn, should be configured to required locking prior to editing, in order to enforce a sequence in editing. https://svnbook.red-bean.com/nightly/en/svn.basic.version-control-basics.html#svn.basic.vsn-models.copy-merge https://svnbook.red-bean.com/nightly/en

Queries on SVN

2024-01-07 Thread kiran.sm_b3
Hi, Can you please clarify these doubts at your earliest. * Does Subversion support Version control for LabVIEW, test-stand, AutoCAD, SolidWorks? * Does Subversion automatically update revision when someone makes any changes in the documents? Thanks Thanks

Re: Is there a write opposite to "svn cat"?

2023-11-29 Thread Daniel Sahlberg
t;> On 25 Nov 2023, at 13:40, Pavel Lyalyakin >>> wrote: >>> >>> `svnmucc put` perhaps? >>> https://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html >>> >>> >>> From reading the manual it looks perfect, but I’m having no luck: >>

Re: Is there a write opposite to "svn cat"?

2023-11-28 Thread Nathan Hartman
>> https://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html >> >> >> From reading the manual it looks perfect, but I’m having no luck: >> >> [root@seawitch postgres]# cat db.sql | svnmucc put - >> file:///var/lib/svn/db/db.sql >> >> svnmucc: invalid option: &

Re: Is there a write opposite to "svn cat"?

2023-11-27 Thread Graham Leggett via users
On 27 Nov 2023, at 07:03, Lorenz via users wrote: > try svnmucc put -- - url This was the secret, it worked thank you! Regards, Graham —

Re: Is there a write opposite to "svn cat"?

2023-11-27 Thread Graham Leggett via users
gt; Can you instead try: > $ svnmucc put db.sql file:///var/lib/svn/db/db.sql > > I will bring this discussion to the d...@subversion.apache.org > <mailto:d...@subversion.apache.org> to figure out if we need to change the > documentation or if we can fix the code. The "svnmu

Re: Is there a write opposite to "svn cat"?

2023-11-26 Thread Lorenz via users
’m having no luck: > >[root@seawitch postgres]# cat db.sql | svnmucc put - >file:///var/lib/svn/db/db.sql >svnmucc: invalid option: >Type 'svnmucc --help' for usage. > >Alas the error message mentions an invalid option, but doesn’t say which >option, or why it is invalid. > >Regards, >Graham >—

Re: Is there a write opposite to "svn cat"?

2023-11-26 Thread Daniel Sahlberg
nual it looks perfect, but I’m having no luck: > > [root@seawitch postgres]# cat db.sql | svnmucc put - > file:///var/lib/svn/db/db.sql > > svnmucc: invalid option: > > Type 'svnmucc --help' for usage. > > Alas the error message mentions an invalid option, but doesn’t say which

Re: Is there a write opposite to "svn cat"?

2023-11-26 Thread Graham Leggett via users
On 25 Nov 2023, at 13:40, Pavel Lyalyakin wrote: > `svnmucc put` perhaps? > https://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html From reading the manual it looks perfect, but I’m having no luck: [root@seawitch postgres]# cat db.sql | svnmucc put - file:///var/lib/svn/db/db.sql s

Re: Is there a write opposite to "svn cat"?

2023-11-25 Thread Pavel Lyalyakin via users
On Sat, 25 Nov 2023 at 15:18, Graham Leggett via users wrote: > > Hi all, > > The “svn cat” command will read a file from a (in my case local file based) > repository to stdout. Is there an equivalent to write into a repository from > the svn command line? > > First

Is there a write opposite to "svn cat"?

2023-11-25 Thread Graham Leggett via users
Hi all, The “svn cat” command will read a file from a (in my case local file based) repository to stdout. Is there an equivalent to write into a repository from the svn command line? First prize from stdin, second prize from a local file on disk. “svn import” comes close, but cannot be run

Re: SVN update not working in MacOS Sonoma

2023-10-11 Thread Sean McBride
On 6 Oct 2023, at 10:40, Daniel Sahlberg wrote: > Pavel has confirmed that Subversion works for him without any issues on macOS > 14 FWIW svn 1.14.2 from MacPorts has been working for me fine throughout the macOS 14 beta cycle, and with the final release. Sean

Re: SVN update not working in MacOS Sonoma

2023-10-06 Thread Daniel Sahlberg
Den fre 6 okt. 2023 kl 10:58 skrev : > Hi Daniel, > > I tried Fiddler, but no network data is capturing when I run the SVN > commands in the terminal. Check the attached video > > May I know what exactly you are looking for in the network data, I just > wanted to know

Re: SVN update not working in MacOS Sonoma

2023-10-05 Thread pavan . kumar
Hi Daniel, What exactly you are referring about "Have you tried to catch the network traffic?" , can you please help how to check this network network traffic while running svn commands Regards Pavan On 5 Oct 2023 at 1:25 PM +0530, Daniel Sahlberg , wrote: > Den ons 4 okt. 2023 k

Re: SVN update not working in MacOS Sonoma

2023-10-05 Thread Daniel Sahlberg
Den tors 5 okt. 2023 kl 10:13 skrev : > Hi Daniel, > > What exactly you are referring about "Have you tried to catch the network > traffic?" , can you please help how to check this network network traffic > while running svn commands > > Regards > Pavan > S

Re: SVN update not working in MacOS Sonoma

2023-10-05 Thread Daniel Sahlberg
Den ons 4 okt. 2023 kl 11:22 skrev : > Hi Daniel, > > I attempted to use svn commands in the terminal on the latest version of > MacOS and encountered errors with both "svn update" and "svn checkout". > However, when I ran the same commands on an earlier version

Re: SVN update not working in MacOS Sonoma

2023-10-04 Thread pavan . kumar
Hi Daniel, I attempted to use svn commands in the terminal on the latest version of MacOS and encountered errors with both "svn update" and "svn checkout". However, when I ran the same commands on an earlier version of MacOS using a virtual machine, I did not encounter

Re: SVN update not working in MacOS Sonoma

2023-10-04 Thread Daniel Sahlberg
not encountered any issues > with the "svn update" and "svn checkout" commands while running them on > both the Ubuntu and MacOS 13 virtual machines. However, when running these > commands on my MacBook, which has the latest MacOS 14 version installed, I > encounter some e

  1   2   3   4   5   6   7   8   9   10   >