Timeline for Moving a multi-GB SVN repo to Git
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 31, 2014 at 0:22 | vote | accept | ikh | ||
| Jan 7, 2014 at 16:27 | comment | added | Wilbert | @ikh it's quite simple and straight-forward to build nuget packages for external dependencies. I needed about half a day to package 9 dependencies with 50 dlls, having never done it before. | |
| Jan 7, 2014 at 16:02 | comment | added | ikh | @uncelatall we may need to support this for up to a few years, so this is indeed a concern. Another concern is specific external dependency not being in NuGet at all, as well as matching external dependency version to a past build version. | |
| Jan 7, 2014 at 9:12 | history | edited | Wilbert | CC BY-SA 3.0 | added 308 characters in body |
| Jan 7, 2014 at 9:10 | comment | added | Wilbert | Yes, I assumed of course that you use a local mirror. I will update the answer. | |
| Jan 7, 2014 at 6:29 | comment | added | Doc Brown | @uncletall: yes, NuGet has a complete command line interface. And the idea is to setup a local NuGet repository, which may just be a folder on a network share (called "feed", docs.nuget.org/docs/creating-packages/…) | |
| Jan 7, 2014 at 0:51 | comment | added | uncletall | One more thought, how long do you need to support your product? If you need to provide support for a very long time I would not count on the correct version of your thirdparty libs to be available in NuGet. You might get into very big problems relying on tools like NuGet to get the correct combination of thirdparty tools, even in 2-3 years from now. | |
| Jan 7, 2014 at 0:46 | comment | added | uncletall | Does NuGet support command line builds? I am always looking for a portable build that I can get Jenkins to build and test for me. Does NuGet support CI servers like Jenkins? | |
| Jan 6, 2014 at 11:32 | history | answered | Wilbert | CC BY-SA 3.0 |