About 7 results
https://blog.nove-b.dev/posts/manage-wordpress-plugin-github-action · 15 Oct 2023
WordPressのバージョン管理はSubversion で行われるのだが、なかなか慣れずに更新が億劫になってきたので、Githubで更新できるようにしてみた。 過去関連記事 Subversion (SVN) を使用し承認されたWo...
https://blog.nove-b.dev/posts/release-approved-wordpress-plugin · 26 Nov 2022
ここではWordpressを中心に、Subversion (SVN) の話をするということを先に断っておく。 またWordpressのプラグインを承認されると届くメールにリンク集が張られているので、そちらを参照するとい...
https://blog.omelas.net/gz2f7avkfzqvd · 29 May 2007
Seems like I finally got the trick to compile Subversion in Cygwin.It all boiled down to using two options in the configure script: ./configure –enable-all-static –with-sasl=noThough this is the main trick, I’ve noted it down in a new note: Compiling...
https://blog.omelas.net/745b4ucefa2lo · 16 Nov 2006
Eleven months later Cygwin and SVN on Windows#!/usr/bin/bash## Call this script or copy and paste the content into your bash_rc script or similar# profile script.## Copy from heresub () {svn --username [myuser] --password [mypass] $*}subswitch() { if [ ...
https://blog.omelas.net/4435cttbfucwb · 20 Apr 2006
I’ve been playing lately with the idea of a “code reviewing” support tool.I don’t mean an automatic review or defect-detection tool like checkstyle, pmd, hammurapi or others. I mean a tool that allows someone to review committed code in a repo, and...
https://blog.omelas.net/ess66dbbvqgrt · 1 Mar 2006
I’ve started using svnmerge.Merge is one of the problems we’re presently facing in our project. The project is massively parallel, and we’ve stablished a repository layout based upon some form of ‘stability ladder’.Every team is responsible of pr...
https://blog.omelas.net/d3gzred2irutl · 15 Jan 2006
I think Subauthz is finally ready to be used. The feature-set is nearly completed, and I think it’s quite enough to manage Subversion’s current authentication features for one or multiple repositories.I’m trying to get the time to write a quick tutor...