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

  • Home
  • SEARCH
  • 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 7007171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:34:23+00:00 2026-05-27T21:34:23+00:00

I have a project hosted on GitHub and I use Git for source versioning.

  • 0

I have a project hosted on GitHub and I use Git for source versioning.

I have to pull the code on another platform but it can’t have Git, so I am using Subversion Support of GitHub to checkout the code, but it doesn’t handle symlinks.

For example, on my machine I have a symlink :

sf -> ../lib/vendor/symfony/data/web/sf

But when the sources are updated on the remote platform, I have this :

$ svn up
# updating sources...
$ cat sf
../lib/vendor/symfony/data/web/sf

Any ideas?

Update

If possible I want to avoid the script solution, other developers may also pull sources from Subversion for example.

  • 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-27T21:34:23+00:00Added an answer on May 27, 2026 at 9:34 pm

    GitHub’s subversion support has been updated to handle symlinks.

    It works for checking out from a git repo with symlinks:

    $ svn co https://github.com/nickh/repo_with_symlinks
    ...
    A    repo_with_symlinks/trunk/app/lib/foo
    A    repo_with_symlinks/trunk/app/lib/foo/bar.txt
    A    repo_with_symlinks/trunk/foo
    Checked out revision 1.
    
    $ ls -al repo_with_symlinks/trunk/foo
    lrwxr-xr-x  1 github  staff   11 Dec 23 23:11 foo -> app/lib/foo
    

    And when committing symlinks from svn clients:

    $ ln -s app/lib/foo/bar.txt bar.txt
    
    $ svn add bar.txt
    A         bar.txt
    
    $ svn commit -m 'added a symlink'
    Adding         trunk/bar.txt
    Transmitting file data .
    Committed revision 2.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to try git (hosted on github) for a new project, but I
Is it possible to have a project hosted on GitHub and Google Code? I've
I have an open source project hosted on Google Code and I recently added
I have a Python Facebook project hosted on Google App Engine and use the
I have a private project, and i want it hosted on google code. this
I have a project hosted on github. There is a main branch (main-branch) for
I am working on a github hosted project. For testing reasons, I have to
I work mostly with Git and have a lot of code on github. I
I have a project hosted on GitHub and I would like to work locally
I have a private project hosted on github. I have a production branch of

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.