Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. Workspaces Forum
  4. Moving project to my worksapce...

Moving project to my worksapce...

Scheduled Pinned Locked Moved Workspaces Forum
csharpvisual-studiocollaborationquestionworkspace
6 Posts 2 Posters 24 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Kornfeld Eliyahu PeterK Offline
    Kornfeld Eliyahu PeterK Offline
    Kornfeld Eliyahu Peter
    wrote on last edited by
    #1

    I have an existing project stored on Visual Studio Online. I'm planning some changes and thought to move it to CP's workspace... Two questions I have: 1. The git part will be accessible (with r/o) two everyone - like in GitHub? 2. There is a known way to do the moving?

    I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

    "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

    K 1 Reply Last reply
    0
    • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

      I have an existing project stored on Visual Studio Online. I'm planning some changes and thought to move it to CP's workspace... Two questions I have: 1. The git part will be accessible (with r/o) two everyone - like in GitHub? 2. There is a known way to do the moving?

      I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

      K Offline
      K Offline
      Kamil Burzynski
      wrote on last edited by
      #2
      1. Yes, currently the only possible scenario is that all repos are visible publicly with r/o access and the owner (+ other members listed by owner) have r/w access. Other scenarios may be possible in future as well. 2) About last week we've released the git importer functionality, so after creating new repo you can import content from any other publicly accessible repo. GitHub integration is also added to allow importing private repos from GitHub. At the moment no other service has such integration, but the list will probably grow over time. Better integration with VS Online looks like a natural extension for us, too.
      Kornfeld Eliyahu PeterK 1 Reply Last reply
      0
      • K Kamil Burzynski
        1. Yes, currently the only possible scenario is that all repos are visible publicly with r/o access and the owner (+ other members listed by owner) have r/w access. Other scenarios may be possible in future as well. 2) About last week we've released the git importer functionality, so after creating new repo you can import content from any other publicly accessible repo. GitHub integration is also added to allow importing private repos from GitHub. At the moment no other service has such integration, but the list will probably grow over time. Better integration with VS Online looks like a natural extension for us, too.
        Kornfeld Eliyahu PeterK Offline
        Kornfeld Eliyahu PeterK Offline
        Kornfeld Eliyahu Peter
        wrote on last edited by
        #3

        Great - thank you...

        I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

        "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

        K 1 Reply Last reply
        0
        • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

          Great - thank you...

          I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

          K Offline
          K Offline
          Kamil Burzynski
          wrote on last edited by
          #4

          I have realized that I didn't mentioned the 'obvious' way to move your project. In fact you do not need any support from us, git works in such way that you can move code between repositories very easily. Our user interface just allows you to do it more conveniently, clicking in browser instead of using git program. What you need is: - clone the remote repo from VS Online into your machine - add git remote (in shell the command would be 'git remote add workspaces ' - push the code (e.g. master branch) to the new remote (again, in shell: 'git push workspaces master') If you are using IDE integration with git instead, those operations (add remote and push to remote) should be available in your IDE.

          Kornfeld Eliyahu PeterK 1 Reply Last reply
          0
          • K Kamil Burzynski

            I have realized that I didn't mentioned the 'obvious' way to move your project. In fact you do not need any support from us, git works in such way that you can move code between repositories very easily. Our user interface just allows you to do it more conveniently, clicking in browser instead of using git program. What you need is: - clone the remote repo from VS Online into your machine - add git remote (in shell the command would be 'git remote add workspaces ' - push the code (e.g. master branch) to the new remote (again, in shell: 'git push workspaces master') If you are using IDE integration with git instead, those operations (add remote and push to remote) should be available in your IDE.

            Kornfeld Eliyahu PeterK Offline
            Kornfeld Eliyahu PeterK Offline
            Kornfeld Eliyahu Peter
            wrote on last edited by
            #5

            Thank you - I already managed to do it exactly on the way you describe here. I'm already working on that project...

            I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

            "It never ceases to amaze me that a spacecraft launched in 1977 can be fixed remotely from Earth." ― Brian Cox

            K 1 Reply Last reply
            0
            • Kornfeld Eliyahu PeterK Kornfeld Eliyahu Peter

              Thank you - I already managed to do it exactly on the way you describe here. I'm already working on that project...

              I'm not questioning your powers of observation; I'm merely remarking upon the paradox of asking a masked man who he is. (V)

              K Offline
              K Offline
              Kamil Burzynski
              wrote on last edited by
              #6

              Great!

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups