Tag

SVN

0 views collected around this technical thread.

Raymond Ops
Raymond Ops
Jan 10, 2025 · Operations

Mastering SVN: 10 Essential Practices for Reliable Code Collaboration

This guide outlines ten practical SVN workflow rules—from regular code uploads and conflict resolution to ignoring generated files and writing clear commit messages—helping development teams maintain clean repositories, reduce errors, and improve collaborative efficiency.

SVNVersion Controlbest practices
0 likes · 10 min read
Mastering SVN: 10 Essential Practices for Reliable Code Collaboration
Selected Java Interview Questions
Selected Java Interview Questions
Jul 5, 2023 · Backend Development

IntelliJ IDEA Tips: SVN Settings, Tomcat Encoding, Compilation Options, Code Templates, and More

This article provides a comprehensive collection of IntelliJ IDEA configuration tips covering SVN change visibility, opening projects in new windows, fixing Tomcat Chinese character encoding, adjusting import display, speeding up compilation, setting global file encodings, generating serialVersionUID, customizing code templates, and various other IDE shortcuts and settings.

IDE settingsIntelliJ IDEAJava
0 likes · 7 min read
IntelliJ IDEA Tips: SVN Settings, Tomcat Encoding, Compilation Options, Code Templates, and More
Wukong Talks Architecture
Wukong Talks Architecture
Sep 23, 2022 · Fundamentals

SVN-Based Multi‑Branch Development Workflow and Process Guide

This article presents a comprehensive guide to using Subversion (SVN) for multi‑branch version control, covering branch management, daily development cycles, hot‑fix procedures, conflict resolution, and step‑by‑step setup and merge operations to streamline development and testing workflows.

Code ReviewContinuous IntegrationSVN
0 likes · 9 min read
SVN-Based Multi‑Branch Development Workflow and Process Guide
php中文网 Courses
php中文网 Courses
Oct 20, 2021 · Operations

Setting Up SVN on a Linux Server for Remote Code Editing and Automatic Deployment

This guide explains how to install and configure Subversion (SVN) on a CentOS server, create a repository, set up authentication, connect clients, and implement a post‑commit hook that automatically updates the web directory, enabling code editing from devices like an iPad.

Baota PanelLinuxSVN
0 likes · 5 min read
Setting Up SVN on a Linux Server for Remote Code Editing and Automatic Deployment
Laravel Tech Community
Laravel Tech Community
Apr 27, 2021 · Fundamentals

Git vs SVN: Core Differences, Workflow Concepts, and Essential Commands

This article compares Git and SVN, explains their fundamental architectural differences, introduces the core workflow concepts of Git, and provides a comprehensive set of common commands for initialization, configuration, file handling, branching, committing, pushing, fetching, pulling, resetting, stashing, and querying, including Git‑SVN bridge usage.

SVNTutorialVersion Control
0 likes · 10 min read
Git vs SVN: Core Differences, Workflow Concepts, and Essential Commands
Practical DevOps Architecture
Practical DevOps Architecture
Dec 9, 2020 · Operations

Installing and Configuring an SVN Server with Jenkins Integration on Docker

This guide walks through installing Subversion on a Docker host, configuring repository access and authentication, testing basic SVN operations, and integrating the SVN server with Jenkins to automate file distribution and builds, providing step‑by‑step commands and screenshots.

DevOpsDockerJenkins
0 likes · 5 min read
Installing and Configuring an SVN Server with Jenkins Integration on Docker
58 Tech
58 Tech
Aug 8, 2019 · Fundamentals

Migrating from SVN to Git: Concepts, Tools, and Self‑Service Design

This article explains the fundamental differences between SVN and Git, outlines the git‑svn bridge commands, and describes a self‑service migration architecture that enables large‑scale, stable migration of thousands of projects across multiple business units.

SVNVersion Controlautomation
0 likes · 5 min read
Migrating from SVN to Git: Concepts, Tools, and Self‑Service Design