Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 50555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T16:36:42+00:00 2026-05-10T16:36:42+00:00

we have a template project we often copy. so we can costumize the copy

  • 0

we have a template project we often copy. so we can costumize the copy and still have a common template.

To optimize the ‘copy & initial changes’-process, i though that i can write a little script, that does the following:

  • copy the project-template (in svn) to another directory in the svn
  • check-out the project and do some changes (change names in some files)
  • check-in the customized project

The question is: what’s the best way to do this? any experience in this? which type of script (normal batch or java)? any example code?

thanks for your answers

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T16:36:43+00:00Added an answer on May 10, 2026 at 4:36 pm

    Here is something i put together with some information i found here.

    #!/bin/bash   searchterm='<ProjectName>' replaceterm='New Project' srcsvnrepo='file:///svnrepoaddress' destsvnrepo='file:///data/newrepo' dumpfile='/home/<user>/repo.dump' tmpfolder='/home/<user>/tmp_repo'  svnadmin dump $srcsvnrepo > $dumpfile svnadmin create --fs-type fsfs $destsvnrepo svnadmin load $destsvnrepo < $dumpfile svn co $destsvnrepo $tmpfolder  for file in $(grep -l -R $searchterm $tmpfolder)   do     sed -e 's/$searchterm/$replaceterm/ig' $file > /tmp/tempfile.tmp     mv /tmp/tempfile.tmp $file     echo 'Modified: ' $file   done  svn ci $tmpfolder --message 'Initial Check-In' 

    Basically this will dump a backup of the specified source svn repo to a file, create a new repo, load the backup into it, check out the files, get a list of files that contain the string to search for, perform a regex on each of those files storing the new version in a temp location and then moving the temp file back to the original location, and finally checking the changes back into the new repo.

    I haven’t fully tested this so some minor tweaking may be necessary, but the basic steps should be correct. Please let me know if i’ve made some gross miscalculation and this totally does not work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 64k
  • Answers 65k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Why not just do this: var = None Python is… May 11, 2026 at 11:00 am
  • added an answer UITextView does not have any methods which will be called… May 11, 2026 at 11:00 am
  • added an answer file_get_contents() is the best and most efficient way. But, either… May 11, 2026 at 11:00 am

Related Questions

we have a template project we often copy. so we can costumize the copy
Let's say we have a class, MyParent: class MyParent { public: template<namespace T> MyParent()
We have a requirement in project to store all the revisions(Change History) for the
We have a remoting singleton server running in a separate windows service (let's call
We have a Windows Server Web Edition 2003 Web Farm. What can we use
We have a situation where users are allowed to upload content, and then separately
We have a SharePoint list setup with history enabled so the Comments field keeps
We have a whole bunch of DLLs that give us access to our database
We have a service that has some settings that are supported only over net.tcp.
We have a few very large Excel workbooks (dozens of tabs, over a MB

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.