Questions tagged [externals]

84 questions
0
votes
0 answers

how to roll back svn with externals

I'm trying to roll back a subversion repository, that I've made a few errors in. I would like to roll back the entire repository to a 'good version'. The normal method to do this is: svn merge -rHEAD: . svn commit -m 'roll back to
will
  • 71
  • 6
0
votes
1 answer

Multiple Subversion Projects And their Dependency With Subversion in Visual Studio

I want to manage a solution with multiple project and put each of them in their own repository structure(branches/tags/trunk). I have a project Test1 and i commit it to its own repository: trunk Test1 Properties Class1.cs …
Khosro
  • 707
  • 1
  • 7
  • 16
0
votes
1 answer

Simulate repository subversion externals to git

I develop webprojects using subversion and I want to move to git. I have a lib folder (php files), a js folder (js files) and for each webproject a different directory (e.g project1) which has the lib folder and js folder as externals. That way I…
tom papas
  • 11
  • 1
0
votes
1 answer

Add file from within an external project to a local project

I'm using the svn:external to get projects like Nlog and Lucene.net. They don't have a vs2008 csproj file. I can create that one easely so I can add it to other projects. Is it now possible to add this 2008 project file to our internal source…
Boris Callens
  • 90,659
  • 85
  • 207
  • 305
0
votes
1 answer

Tortoise SVN 1.6 externals single file

I have a scenario where i want to get documentation files from Documentation folder in SVN, and the pdf version only. Current the documentation folder has .doc and .pdf files The target folder is Portal/Docs I setup a svn:externals property on…
JS.
  • 145
  • 1
  • 2
  • 9
0
votes
1 answer

lib from VS2008 in Qt Creator

I'm migrating from VS2008 to Qt Creator (but still using msvc2008 compiler on Windows) and I have a library (.lib) compiled with VS2008. Now, in Qt Creator on Windows it doesn't link with my program, I got unresolved externals. Any idea why is that…
tweety3d
  • 91
  • 1
  • 4
0
votes
0 answers

Unresolved externals error while calling static function

This is driving me absolutely nuts. I've tried everything I've found on other posts here, and nothing works... this should NOT be this complicated. #include #include using namespace std; class SavingsAccount { private: …
Relevant
  • 148
  • 1
  • 15
0
votes
2 answers

SVN externals (or similar) with shared files within a single tree?

So I have this dilemma I'm trying to solve. I am an indie game developer working on 6-7 client projects at any given time with the Unity game engine. The problem I'm experiencing is keeping my shared-code synced between the projects - my current…
-1
votes
2 answers

Qt LNK1120 Unresolved External

I'm trying to make the following code work, but no idea why im getting this error. Im having a mainwindow.h #ifndef MAINWINDOW_H #define MAINWINDOW_H #include #include "user.h" #include #include #include…
helmut1978
  • 417
  • 6
  • 17
1 2 3 4 5
6