SVCS - English Documentation
Loading...
Searching...
No Matches
BranchManager.cxx File Reference

Implementation of the BranchManager class. More...

#include "../include/BranchManager.hxx"
#include <filesystem>
#include <fstream>
#include <regex>
#include <sstream>

Namespaces

namespace  svcs::core
 Core VCS data structures and object model.

Detailed Description

Implementation of the BranchManager class.

This file implements the core branch management logic, handling operations like creation, deletion, renaming, and switching branches, as well as persistent storage and retrieval of branch metadata within the .svcs directory structure.