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

Related Questions

I am hosting SpiderMonkey in a current project and would like to have template
I have UITableViewController (initiated by the Navigation-based app project template). I am overriding loadView
I have used the following template in my project: <DataTemplate x:Key=textBoxDataTemplate> <TextBox Name=textBox ToolTip={Binding
I have started a project from an XCode template I have created. When I
I have this tiny Qt project with a project file like this: TEMPLATE =
I have a bunch of Velocity template files in a Visual Studio 2008 project,
I am trying to add a new project template for an often used pattern.
I am working on an Excel 2010 template project. In my template I have
Earlier I had similar issue. I have created asp mvc default template project and
I have created a new team project using sfts v3.0 project template. Later I

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.