0% found this document useful (0 votes)
11 views1 page

Commit - SVN 1

The document provides a series of SVN commands for various operations such as checking out, copying, creating, and deleting tags. It also includes commands for finding and removing .svn directories, as well as managing files with specific content. Additionally, there are links to various resources related to the ConVoxCCS project.

Uploaded by

buthukurinavy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Commit - SVN 1

The document provides a series of SVN commands for various operations such as checking out, copying, creating, and deleting tags. It also includes commands for finding and removing .svn directories, as well as managing files with specific content. Additionally, there are links to various resources related to the ConVoxCCS project.

Uploaded by

buthukurinavy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

SVN CHECK_OUT : svn co http://example.

com/svn/tags/tag-that-need-to-
be-check_out

SVN COPY TAG CREATE : svn copy


http://example.com/svn/tags/old,source,reference-tag -m "Creating new tag by taking
http://example.com/svn/tags/old,source,reference tag as reference"

SVN TAG DELETE : svn delete http://example.com/svn/tags/tag-to-delete


-m "Tag no longer needed"

SVN TAG CREATE : svn mkdir http://example.com/svn/tags/tag-to-create


-m "Creating Tag For CLIENT NAME"

SVN FIND .SVN : find . -name .svn -exec ls '{}' \;

SVN REMOVE .SVN : find . -name .svn -exec rm -rf '{}' \;

SVN ENCRYPTO PRINT : find -type f -exec grep -q "ionCube Loader" {} \; -


print

SVN ENCRYPTO DELETE : find -type f -exec grep -q "ionCube Loader" {} \; -


delete

SVN ADD : svn st file-that-need-to-be-added

SVN ADD ALL : svn st | grep "^\?" | awk '{print $2}' | while read k; do
svn add $k; done

http://172.16.13.3/svn/ConVoxCCS3.2.4/trunk/ConVoxCCS3.2.4_Source/doc/references/
ConVox3.2.4_BugFixes_18042022.txt

http://172.16.13.3/svn/ConVoxCCS3.2.4/tags/ConVoxCCS3.2.4_Source_Package_01-11-
2018/doc/references/Break

######GANGAKISHORE START DT: 12-04-2024 TCT:27911 ######

######GANGAKISHORE END DT:12-04-2024 TCT:27911 ######

<!-- ######GANGAKISHORE START DT:12-04-2024 TCT:27911 ######-->

<!-- ######GANGAKISHORE END DT:12-04-2024 TCT:27911 ######-->

https://deepijatelepvtltd.sharepoint.com/sites/DevKit/ManualDialingFlow/

https://git.deepijatel.in/convoxccs/3.2.0/whizkidzz-client-uat-192.168.1.17-
mumbai/-/blob/main/var/www/html/ConVoxCCS/Admin/Module/SubSubDispositions.php

http://103.167.216.3:8023/svn/ConVoxCCS3.2/tags/ARSH_Management/var/www/html/
ConVoxCCS/Agent/bridge.php

You might also like