Jim T
|
Registered User
|
I have been a professional software developer since 1998 and am interested in all things computer related. My particular areas of interest at the moment are in large scale computer deployment management and source control usage. |
|
Dec 10 |
accepted | How do I reconfigure VisualSVN server from Copy-Modify-Merge to Lock-Modify-Unlock? |
|
Dec 10 |
answered | How do I reconfigure VisualSVN server from Copy-Modify-Merge to Lock-Modify-Unlock? |
|
Dec 9 |
comment |
Subversion merge local changes trunk to branch But DO take a quick backup copy of what on your disk first. SVN switch tries its best, but there's no guarantees. |
|
Dec 9 |
comment |
Time Machine vs Subversion I think that comment belies a whole story. Can you explain what you're trying to do when you delete the contents of one branch and copy trunk over? I think this kind of thing is more likely the thing causing you problems that svn itself. Although it's always possible you're playing in a manner that upsets svn in a particular way. |
|
Dec 8 |
answered | SVN Noob: quick summary of how to use it? |
|
Dec 4 |
answered | Versioning SQL Server? |
|
Dec 3 |
answered | Merge sources from branch to trunk. Change trunk with branch. |
|
Dec 3 |
comment |
Are nested trunk/branches/tags acceptable? I'd hope to point the external to a tag or specific revision of trunk, but apart from that, fine. |
|
Dec 3 |
answered | Proper SVN use of branches and trunk |
|
Dec 2 |
accepted | Subversion branch from revision with mergeinfo |
|
Nov 26 |
comment |
Should commit messages be written in present or past tense? If this is the biggest problem you have in your development environment, you're doing pretty well. |
|
Nov 24 |
accepted | Will creating a new folder break subversion? |
|
Nov 24 |
answered | Issue tracking software that support multiple repositories |
|
Nov 24 |
answered | Subversion branch from revision with mergeinfo |
|
Nov 19 |
answered | Modify files under svn in hook script |
|
Nov 19 |
comment |
Modify files under svn in hook script You can do what you say in a post commit hook, just be aware that it would be adding an addition revision to the repository, and the original committer would also need to do an update to get the changes. |
|
Nov 10 |
accepted | Can I use Subversion for a multi gigabyte data set? |
|
Nov 7 |
accepted | How to handle unmergeable files in a version control system? |
|
Nov 5 |
answered | How to handle unmergeable files in a version control system? |
|
Nov 5 |
answered | How to prevent a file from being commited/revised in subversion? |
|
Nov 5 |
awarded | ● Civic Duty |
|
Oct 29 |
revised |
How can I provide a more robust link between SVN commits and tickets Added link to tracexplorer |
|
Oct 29 |
answered | How can I provide a more robust link between SVN commits and tickets |
|
Oct 29 |
comment |
Subversion: How to append text to every committed file? No examples, I've not had to do anything like this before, but it wouldn't be any different to set up than a CI build, just with a script that walks over the files instead of builds them. Yes, conflicts would have to be resolved, but it would be no different or any more difficult than if you had gone through and added the legal notices yourself. SVN should be able to merge most of these changes automatically. |
|
Oct 29 |
awarded | ● Autobiographer |
|
Oct 29 |
answered | Subversion: How to append text to every committed file? |
|
Oct 29 |
comment |
[SVN]: Using two Subversion clients. If you're having trouble, I can really recommend these two places: svnbook.red-bean.com, ericsink.com/scm/source_control.html |
|
Oct 29 |
comment |
[SVN]: Using two Subversion clients. Ok, I'm a little lost with this question. In subversion, everyone works on the same repository, there should be no need to create a new one, is that really what you meant? Also, you wouldn't need to re-import a working copy - you should just be able to open the existing one, or at worst, do a new checkout. These terms have specific meaning in svn, so I'm wondering if you mean something else. |
|
Oct 29 |
comment |
SVN and code shared between several projects I really dislike this structure. Everything's mashed together and it gets too complicated. Changes to the classlibrary are immediately picked up by both projects, meaning that it becomes fragile and untouchable at scale. You don't get the opportunity to manage your library as it's own entity. Basically, if you're releasing project1 and project2 as separate products, then this layout causes a lot of trouble. |
|
Oct 29 |
answered | SVN and code shared between several projects |
|
Oct 29 |
comment |
SVN and code shared between several projects This is exactly what we're planning right now, with the same justifications. |
|
Oct 28 |
accepted | Does svnadmin pack work on non-upgraded 1.6 repos? |
|
Oct 28 |
comment |
Does svnadmin pack work on non-upgraded 1.6 repos? The short answer is no. I've just checked this by creating a new repository and adding 1400 revisions to it (randomly generated and committed with svn ci). Listing the db/revs/0 directory reveals all the files in all their glory. After packing, we get a 0.pack file instead. |
|
Oct 28 |
revised |
Does svnadmin pack work on non-upgraded 1.6 repos? added 79 characters in body |
|
Oct 28 |
revised |
Does svnadmin pack work on non-upgraded 1.6 repos? added 160 characters in body; added 110 characters in body |
|
Oct 28 |
answered | Does svnadmin pack work on non-upgraded 1.6 repos? |
|
Oct 27 |
comment |
How do I know if a branch has already been merged in SVN/Mercurial/Git? Tortoise lets you choose the source to merge from & destination to merge to. It then gives a list of all the revisions in the source that can be merged. It greys out revisions that have already been merged. |
|
Oct 26 |
comment |
Avoiding SQL injection without parameters I'm not sure what you mean by "invalid". This is creating a string for a log file, stdout, exceptions, etc, not creating a string to be run anywhere. It's only job is to let us see which sp was run, and which parameters were passed, not reverse that nice safe sqlcommand into raw sql. |
|
Oct 14 |
accepted | Is it possible to run pydev connected to a virtualbox instance? |
|
Oct 6 |
comment |
Can Subversion be configured for Windows Authentication without Apache Thing is, visualSVN server uses Apache. This is fine if you don't mind changing the server tech, and using the http protocol. But, the real question, is there a way of doing this without using apache? |
|
Oct 5 |
comment |
how subversion merges +1 for interesting link. Not sure how relevant it is to the question, however :) |
|
Oct 4 |
comment |
How to use hudson when building for multiple platforms It's fairly important to understand that you only ever* need 1 hudson server. You can do everything else with slaves installed on appropriate architectures. (* for reasonable interpretations of ever) |
|
Oct 2 |
accepted | Subversion, is it safe to remove MergeInfo from a reintegrate merge |
|
Oct 2 |
comment |
svn client/server versions It worth noting that the working copy upgrade happens immediately and silently. As soon as a 1.6 client looks at a 1.4 working copy, it upgrades it without telling you, and locks out all 1.4 clients. |
|
Oct 1 |
accepted | Security on Subversion |
|
Oct 1 |
accepted | Tortoise svn version for server version 1.5.5 |
|
Sep 30 |
answered | Security on Subversion |
|
Sep 30 |
answered | Tortoise svn version for server version 1.5.5 |
|
Sep 29 |
answered | how do I manage source code using SVN? branching, merging. |
|
Sep 24 |
comment |
A few basic version control questions These articles are far and away the best introduction to version control I've seen, highly recommended. |
