Skip to content Skip to sidebar Skip to footer
Showing posts with the label Svn

Jenkins: How To Push Build Artifacts Back To Source Control?

Is there any OOTB way to get a post build step to push the results of a Jenkins build back to a (Su… Read more Jenkins: How To Push Build Artifacts Back To Source Control?

Can't Fail Svn Pre-commit Script With Windows Server

I`m writing an SVN pre-commit.bat file which calls a Python script to query our issue tracking syst… Read more Can't Fail Svn Pre-commit Script With Windows Server

Finding The Modules Where Changes Were Checked With Svn

I have a multi module maven project. Project -Module1 -Module2 -Module3 -Module4 … Read more Finding The Modules Where Changes Were Checked With Svn

Parse Svn Log Changed Path For Package Names

I am running the following command in linux to generate a verbose log for a particular revision. sv… Read more Parse Svn Log Changed Path For Package Names

How Do I Protect My Python Codebase So That Guests Can't See Certain Modules But So It Still Works?

We're starting a new project in Python with a few proprietary algorithms and sensitive bits of … Read more How Do I Protect My Python Codebase So That Guests Can't See Certain Modules But So It Still Works?