Module: kamailio
Branch: master
Commit: 5baac9613dfef04b10d5149e582933ec502ba6b0
URL: 
https://github.com/kamailio/kamailio/commit/5baac9613dfef04b10d5149e582933ec502ba6b0

Author: Дилян Палаузов 
<git-...@aegee.org>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2025-07-14T12:56:45+02:00

Remove some references to CVS and SVN

---

Modified: INSTALL
Modified: doc/doxygen/ser.doxygen
Modified: src/Makefile
Modified: src/lib/Makefile
Modified: src/modules/app_java/kamailio_java_folder/java-untested/build.xml
Modified: src/modules/app_java/kamailio_java_folder/java/build.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/5baac9613dfef04b10d5149e582933ec502ba6b0.diff
Patch: 
https://github.com/kamailio/kamailio/commit/5baac9613dfef04b10d5149e582933ec502ba6b0.patch

---

diff --git a/INSTALL b/INSTALL
index 6fd7dbfda13..1482f2ffc97 100644
--- a/INSTALL
+++ b/INSTALL
@@ -434,7 +434,7 @@ Compile:
   * make
      or gmake on non-Linux systems
   * make modules
-     or make modules exclude_modules="CVS print" etc.
+     or make modules exclude_modules="acc_json print" etc.
 
 Other Make Targets:
 -------------------
diff --git a/doc/doxygen/ser.doxygen b/doc/doxygen/ser.doxygen
index 218434d2694..cafa9add0b6 100644
--- a/doc/doxygen/ser.doxygen
+++ b/doc/doxygen/ser.doxygen
@@ -551,8 +551,7 @@ EXCLUDE_SYMLINKS       = NO
 # against the file with absolute path, so to exclude all test directories 
 # for example use the pattern */test/*
 
-EXCLUDE_PATTERNS       = */CVS/* \
-                         */etc/* \
+EXCLUDE_PATTERNS       = */etc/* \
                          */examples/* \
                          */pkg/* \
                          */profile/* \
diff --git a/src/Makefile b/src/Makefile
index 4ba662535bb..53c511e4c0e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -155,11 +155,11 @@ export extra_defs
 # - exclude_modules
 
 ifneq ($(modules_configured),1)
-#modules_all=$(filter-out modules/CVS,$(wildcard modules/*))
+#modules_all=$(filter-out modules/CMakeLists.txt,$(wildcard modules/*))
 
 # create modules*_all vars
 $(foreach mods,$(modules_dirs),$(eval \
-       $(mods)_all=$$(filter-out $(mods)/CVS $(mods)/CMakeLists.txt, \
+       $(mods)_all=$$(filter-out $(mods)/CMakeLists.txt, \
        $$(wildcard $(mods)/*))))
 #debugging
 #$(foreach mods,$(modules_dirs),$(info "$(mods)_all=$($(mods)_all)"))
@@ -565,9 +565,6 @@ tar: makefile_vars $(auto_gen_keep)
                --exclude=$(notdir $(realpath $(shell 
pwd)/..))/$(MAIN_NAME)_tls* \
                --exclude=$(notdir $(realpath $(shell pwd)/..))/misc/obsolete \
                --exclude=.git* \
-               --exclude=CVS* \
-               --exclude=.svn* \
-               --exclude=.cvsignore \
                --exclude=tags \
                --exclude=librpath.lst \
                --exclude=libiname.lst \
diff --git a/src/lib/Makefile b/src/lib/Makefile
index 1b22fd913df..f0f632dc1cf 100644
--- a/src/lib/Makefile
+++ b/src/lib/Makefile
@@ -9,7 +9,7 @@
 
 #SUBDIRS=binrpc cds xcap presence shm_regex
 
-SUBDIRS=$(filter-out CVS doc $(lib_exclude), $(strip \
+SUBDIRS=$(filter-out doc $(lib_exclude), $(strip \
                        $(patsubst %/Makefile,%,$(wildcard */Makefile))))
 
 .PHONY: subdirs $(SUBDIRS) 
diff --git a/src/modules/app_java/kamailio_java_folder/java-untested/build.xml 
b/src/modules/app_java/kamailio_java_folder/java-untested/build.xml
index 02117ed233a..b5b660bb2e9 100644
--- a/src/modules/app_java/kamailio_java_folder/java-untested/build.xml
+++ b/src/modules/app_java/kamailio_java_folder/java-untested/build.xml
@@ -12,8 +12,6 @@
        <jar destfile="kamailio.jar">
            <fileset dir="build" includes="**">
                <include name="**/*.class"/>
-                <exclude name="**/CVS"/>
-                <exclude name="**/.svn"/>
                 <exclude name="**/.git"/>
             </fileset>
         </jar>
diff --git a/src/modules/app_java/kamailio_java_folder/java/build.xml 
b/src/modules/app_java/kamailio_java_folder/java/build.xml
index 02117ed233a..b5b660bb2e9 100644
--- a/src/modules/app_java/kamailio_java_folder/java/build.xml
+++ b/src/modules/app_java/kamailio_java_folder/java/build.xml
@@ -12,8 +12,6 @@
        <jar destfile="kamailio.jar">
            <fileset dir="build" includes="**">
                <include name="**/*.class"/>
-                <exclude name="**/CVS"/>
-                <exclude name="**/.svn"/>
                 <exclude name="**/.git"/>
             </fileset>
         </jar>

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to