Tagged articles
18 articles
Page 1 of 1
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.

CollaborationOperationsVersion Control
0 likes · 10 min read
Mastering SVN: 10 Essential Practices for Reliable Code Collaboration
dbaplus Community
dbaplus Community
Jun 2, 2024 · Fundamentals

Why I Still Hate Git and What a Perfect VCS Should Look Like

The author, a decade‑long Git user, explains the pain points of Git, compares it with SVN, Sapling, and Scalar, outlines the features he wishes a version‑control system had, and evaluates whether any existing tool meets those needs.

GitSoftware EngineeringVersion Control
0 likes · 21 min read
Why I Still Hate Git and What a Perfect VCS Should Look Like
Java Interview Crash Guide
Java Interview Crash Guide
Aug 17, 2023 · Backend Development

Boost Your Java Development: Essential IntelliJ IDEA Settings & Tips

This guide compiles a comprehensive set of IntelliJ IDEA configurations and shortcuts—including SVN change indicators, multi‑project windows, Tomcat UTF‑8 fixes, import settings, compilation speed tweaks, global encoding, serialVersionUID generation, Maven/Tomcat setup, file exclusion, language injection, and quote wrapping—to streamline Java backend development.

IDE configurationIntelliJ IDEAJava
0 likes · 6 min read
Boost Your Java Development: Essential IntelliJ IDEA Settings & Tips
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
Programmer DD
Programmer DD
Feb 14, 2023 · Fundamentals

Why Git Overtook SVN and Mercurial: The Rise of Distributed Version Control

Git is now used by 94% of developers, while GitHub is retiring its Subversion support; this article traces the evolution from centralized systems like SVN to distributed tools such as Git and Mercurial, explains why Git dominates the market, and examines the shifting landscape of version control.

GitMercurialVersion Control
0 likes · 13 min read
Why Git Overtook SVN and Mercurial: The Rise of Distributed Version Control
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.

Branch ManagementCode reviewVersion Control
0 likes · 9 min read
SVN-Based Multi‑Branch Development Workflow and Process Guide
21CTO
21CTO
Sep 4, 2022 · Fundamentals

Why WebKit Is Moving from SVN to GitHub—and What It Means for Developers

Apple’s WebKit project, the engine behind Safari, is transitioning its source code from Subversion to Git on GitHub, aiming to leverage distributed version control, a larger developer community, and improved collaboration, while addressing concerns about performance regression policies and migration challenges.

GitHubWebKitsvn
0 likes · 4 min read
Why WebKit Is Moving from SVN to GitHub—and What It Means for Developers
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.

Tutorialbranchingcommands
0 likes · 10 min read
Git vs SVN: Core Differences, Workflow Concepts, and Essential Commands
Programmer DD
Programmer DD
Mar 14, 2020 · Fundamentals

Master Git vs SVN: Essential Commands and Git‑SVN Workflow

This article compares Git and SVN, explains the core concepts of Git such as workspace, index, and repository, and provides a comprehensive set of frequently used Git commands—including initialization, configuration, branching, committing, pulling, and Git‑SVN operations—complete with code snippets and illustrative images.

GitGit-SVNVersion Control
0 likes · 11 min read
Master Git vs SVN: Essential Commands and Git‑SVN Workflow
ITPUB
ITPUB
Jan 16, 2020 · Fundamentals

Master Git vs SVN: Core Concepts, Commands, and Git‑SVN Integration

This guide compares Git and SVN, explains Git's core workflow, provides essential commands for everyday use, and shows how to bridge SVN repositories with Git‑SVN, offering a complete reference for developers transitioning between the two version‑control systems.

GitGit-SVNVersion Control
0 likes · 10 min read
Master Git vs SVN: Core Concepts, Commands, and Git‑SVN Integration
Liangxu Linux
Liangxu Linux
Jan 14, 2020 · Fundamentals

Master Git vs SVN: Essential Commands and Workflow for Developers

This guide compares Git and SVN, explains their core concepts and differences, and provides a comprehensive set of commands for using Git, Git‑SVN, and common version‑control tasks such as initialization, configuration, branching, committing, pulling, undoing changes, and querying history.

Git-SVNcommand-linesvn
0 likes · 12 min read
Master Git vs SVN: Essential Commands and Workflow for Developers
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.

AutomationGit-SVNVersion Control
0 likes · 5 min read
Migrating from SVN to Git: Concepts, Tools, and Self‑Service Design
ITPUB
ITPUB
Jun 24, 2017 · Operations

Master Essential SVN Commands for Linux: A Complete Cheat Sheet

This guide presents a thorough collection of Subversion (SVN) commands for Linux, covering checkout, add, commit, lock/unlock, update, status, delete, log, info, diff, merge, help, list, mkdir, revert, switch, resolve, cat, cleanup, import and related usage examples, helping users manage repositories efficiently.

SubversionVersion Controlcommand-line
0 likes · 11 min read
Master Essential SVN Commands for Linux: A Complete Cheat Sheet