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 7072669
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:50:13+00:00 2026-05-28T05:50:13+00:00

I wonder if it is possible to set up an SVN subversion system (btw,

  • 0

I wonder if it is possible to set up an SVN subversion system (btw, i’m on Ubuntu 11.10) for particular folder with two different sources and track changes simultaneously?

The situation is the following:

  1. There is an Open Source project which is regularly updated (from svn://…). I use that as a basis to add some features I need. I don’t have a right to submit my changes or do branching or anything else like that at the developers svn.

  2. Modifying my code I keep track of what I modified via local svn (file:///usr/…)

What I would like to do is from time to time merge my version with official updates but still keep my personal local svn. How do I set it up?

Or would it be easier to have SVN (for official subversion) + some other system like Git?

p/s/ I work on the code myself only in Eclipse with Subclipse plug-in.

UPDATE1:

going through the SVN book, that’s how I should probably make a branch in my case:

Initial import:

svn import /path/to/3rd-party-code \
          file:///usr/.../vendor/name/current \
          -m "importing initial 1.0 vendor drop"

Tag it:

svn copy file:///usr/.../vendor/name/current  \
         file:///usr/.../vendor/name/1.0      \
         -m "tagging name-1.0"

Bring to trunk:

svn copy file:///usr/.../vendor/name/1.0  \
         file:///usr/.../trunk/        \
       -m "bringing name-1.0 into the trunk"

And then checkout from trunk and start modification.
So, how things change with “externals” ?

Update 2:

Is this how everything should be don from scratch:

svnadmin create /usr/.../svnrepo

svn import svn://path/to/3rd-party-code \
     file:///usr/.../svnrepo/name/branch/official \
     -m "importing initial XXXX rev. vendor drop"

svn copy file:///usr/.../svnrepo/name/branch/official  \
         file:///usr/.../svnrepo/name/trunk      \
         -m "bringing rev XXXX into the trunk"

svn propedit svn:externals svn://path/to/3rd-party-code name/branch/official

Merging:

svn merge -r XXXX:HEAD name/branch/official
svn ci -m "Merged YYYY official revision to trunk"

UPDATE 3:

svnadmin create /usr/.../svnrepo

svn mkdir -m "Create folders" \
          file:///usr/../svnrepo/name/branches \
          file:///usr/../svnrepo/name/branches/official \
          file:///usr/../svnrepo/name/trunk

Externals:

svn propedit svn:externals file:///usr/.../svnrepo/name/branches/official

(input “svn://path/to/3rd-party-code”)

svn copy file:///usr/.../svnrepo/name/branches/official  \
         file:///usr/.../svnrepo/name/trunk      \
         -m "bringing rev XXXX into the trunk"    

Now, the problem is when I “co” trunk, I get the following structure:

official/svn:externals/folder1/file1

Which is something I don’t want for sure 🙂

Merging:

svn merge name/branches/official
svn ci -m "Merged YYYY official revision to trunk"
  • 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. Editorial Team
    Editorial Team
    2026-05-28T05:50:13+00:00Added an answer on May 28, 2026 at 5:50 am

    folder with two different sources and track changes simultaneously?

    It’s not doable with SVN – WC have one path for one repo

    But you task can be covered with svn:externals and “Vendor Branches” strategy:

    • separate branch for external project defined as svn:externals (without using PEG-revision in URL)
    • your development happens in trunk
    • branch (after updates with new revisions) periodically merged to trunk
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I wonder if is possible to use FTS with LINQ using .NET Framework 3.5.
i wonder if it is possible to cascade converters when using wpf databinding. e.g.
I wonder if it is possible to create an executable module from a Python
I wonder if it is possible to use KVC to generate SQL. I'm doing
I wonder if it is possible to restrain users to insert duplicate registration records.
I wonder if this is possible with ant and java : I have a
I wonder if it is possible to use FK's in Mysql (InnoDB) for inverse
I wonder if it's possible to create an extension method which has functionality &
I wonder if is it possible to run mysql command which can select an
I wonder if it's possible to programmaticaly share folders in Windows 7 while running

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.