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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:07:37+00:00 2026-05-25T10:07:37+00:00

I have a simple inheritance hierarchy of py scripts say Cat and CoolCat and

  • 0

I have a simple inheritance hierarchy of py scripts
say Cat and CoolCat and FurryCat. This files must (according to the voices in my head) be put under two different folders in SVN, where the Cat module has to be both in FurryCat‘s dir and the same for CoolCat. -> so I have the same file duplicated in the repository.

https://svn/.../FurryCat
    /FurryCat.py
    /Cat.py

https://svn.../CoolCat
    /CoolCat.py
    /Cat.py

We are all busy humans so we forget to commit the file twice and so it is bad to find out they are out-of-sync so now you have to observe the svn log and so forth. In my experience, merging python code almost always turns out to be a manual merge.

im guessing it’s some

svn propedit svn:externals ...

?

  • 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-25T10:07:42+00:00Added an answer on May 25, 2026 at 10:07 am

    I went down the svn:externals path and this is how you make it :
    Basically, when you make an external definition, file appears in the two places.
    It’s like quantum theory where particle exist in many places at once.

    This is the best tutorial I found on this.
    http://blog.kowalczyk.info/article/Short-tutorial-on-svn-propset-for-svnexternals-p.html

    What confused me, was the difference of defining, between a folder and a file.

    common https://svn/path/to/common_folder

    -> Folder ‘common’ created with the files.

    coolest_script_ever.py https://svn/deliciouscripts/awesome.py

    -> The file gets into the current dir.

    Whats the confusion ? for me it was confusing, as I accustomed to that when using SVN ‘you always check out a folder’.

    Generally to get rid of a bad svn:externals definition you should do a

    svn propdel svn:externals .
    

    In the work dir.
    But better make it work the first time… and revert if you make a mistake.

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

Sidebar

Related Questions

Given a simple inheritance hierarchy: Person -> Student, Teacher, Staff Say I have a
I have a class manipulating only shared_ptr to an inheritance hierarchy (quite simple, there
I have a simple inheritance heirarchy with MyType2 inheriting from MyType1 . I have
I have a simple code fragment in JS working with prototype inheritance. function object(o)
I have a small program to demonstrate simple inheritance. I am defining a Dog
See the code below. a) Does, in this case (simple inheritance, no virtual members),
I just ran into a difficulty while learning Scala. I have an inheritance hierarchy
I have a simple inheritance in my model. The class of an entity is
I have a simple basic question about C# and inheritance. In the below example,
I have a custom Javascript class (created using John Resig's Simple Javascript Inheritance ).

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.