So far I've been using SVN, and now is in need to pick up ClearCase quickly, from developer's perspective. Is there any good resource for this? Thanks.
If you have Subversion installed on your development machine and you don't work in a team, is there any reason why you should use the svn protocol instead of file?
What is the best way to version control my database objects? I'm using Visual studio 2005/2008 and SQL server 2005. I would prefer a solution which can be used with SVN.
Question
Is there a way to notify teamcity when ever someone does a commit to a repository on visual svn? This is so every time someone commits to the repository a build in teamcity will trigger immediately without the developer having to wait for polling to kick in on its set time interval.
I can't really ever think of a time when I would use git merge rather than git rebase and not want to have a commit show up. Is there any way to configure git to have fast forwarding off by default? The fact that there's an --ff option would seem to imply that there's a way, but I can't seem to find it in the documentation.
Hi
I have a question regarding JPA persistence in Glassfish.
Situation:
I have a Supplier class that has a 1:n bidirectional relation to SupplierAddress.
I would like to have the following behaviour:
If I remove the SupplierAddress object from the List in the Supplier object and update it via the merge(supplierobject), the SupplierAddress tupel/object should be deleted. Is there an annotation do configure it like this or do I have to delete it manually.
Any help would be very appreciated.
Greetings
Marcel
Hi,
I have a peer to peer Merge Replication from two Sqlserver 2005. The first Sqlserver is both the publisher and distribuitor. All works fine but if the VPN goes down for a couple of hours the replication goes down too and I need to manually restart the sqlserver agent.
In the Sqlserver Agent properties I have set the two option about the agent failover but nothing.
How I can set an automatic restart of sqlserver agent when the VPN goes down?
Thanks
What is the correct parameters to get Beyond Compare 3 working with Eclipse/Subclipse conflict resolution?
In Preferences > Team > SVN > Diff/Merge there's the option to specify an external program to resolve conflicts.
The default parameters are:
"${yours}" "${theirs}" "${base}" "${merged}"
And it suggests TortoiseMerge settings of this:
/theirs:"${theirs}" /base:"${base}" /mine:"${yours}" /merged:"${merged}"
But what is the appropriate config for Beyond Compare?
From SVN I checked out a "myproject" folder to my hard drive.
It happens to be an Eclipse project, so I imported it into Eclipse and I can work on it.
I have Subclipse installed and working as expected on other projects in the same Eclipse workspace.
But for some reason, "myproject" does not have the usual Subclipse controls like TeamCommit or the decorations.
Did I miss any obvious steps?
i've intalled trac on my ubuntu server but there is no php syntax hightlighting.
i have installed pygments using apt-get install but how do i configure trac so it uses hightlighting for svn browsing?
I'm using the MERGE statement to upsert rows in an sql server 2008 database. However, my sproc is a single-row operation, whereas in fact I'd prefer to batch these. Is this even possible and, if so, how do I do it?
We are changing from SourceSafe 2005 to visual svn.
How can an exisiting project be added to a solution
Example:
I create solution1 with 3 projects and add to /trunk
I create solution2 with 1 project and add to /trunk
In solution1 I add existing project from solution2, but I cannot add to subversion. I get "out of working copy, use the VisualSVN-Set Working Copy root menu"
In SourceSafe2005 it would just link, what is the procedure for VisualSVN? Branch?
Regards
_Eric
At the root of my d: drive, TortoiseSVN is showing the question mark decorators on all the folders. The d: drive is not a SVN working copy. How do I remove the decorators?
Is there a way to do something similar to a SourceSafe label in svn? I know of the bransch/tag, but I would like to have a more lightweight way of just setting a name for a specific revision.
I am looking for an encrypted version control system . Basically I would like to
-have all files encrypted locally before sending to the server. the server should never receive any file or data unencrypted.
-Every other feature should work pretty much the same way as SVN or CVS does today.
Can anyone recommend something like this? I did a lot of searches but I cant find anything.
I am using TortoiseSVN and I have a SVN repository organized in this way:
folder1
folder2
trunk
tag
branches
folder3
trunk
tag
branches
folder4
folder5
trunk
tag
branches
I would like to know if there is a way to checkout only trunk directories, keeping the entire tree under the versioning control:
folder1
folder2
trunk
folder3
trunk
folder4
folder5
trunk
In this way I can update all trunks with a single update command on folder1, without updating tags and branches which can be full of data.
I am planning to use ASP.NET MVC2 implemented membership system to manage users. Database that uses application should have tables that are related with these users. Is it possible to use two different databases and make relationships (foreign keys) between them or I will have to merge these two databases into one?
Thanks,
Ile
It's possible to commit files that contains conflict data. Is there a way to mark these files as conflicted again, so that running git mergetool will generate the necessary files and run the merge tool?
Hi,
I have successfully setup Subversion repositories using SVNParentPath. But I would like to control the view of repositories list based on user access permission. Example User A only can access repository A and repository B. So when he browse to SVN url he only can see repository A and repository B. Others repositories are invisible for him.
is that anyway to work it out?
So, after a while of researching what SVN system should I use, I end up creating a project in Google Code.. thing is, that ANYONE can habe access to my repository, and is NOT what I want :)
So, I'm looking for a "private Google Code" code hosting web.
I found out that Bitbucket and Assembla are good, but.. any opinions?
Thx!
You can determine with git merge-base if a fast forward is possible, but is there some git trick to determine if two branches will merge cleanly with some strategy without actually doing the merge? I know about "git merge --no-commit --no-ff $BRANCH" but that affects the working directory, which I'd like to avoid since this is part of a webservice.
I have two arrays:
x = [ [0, "#0"], [1, "#1"] ]
y = [ [00, "00 description"], [10, "10 description"] ]
What i need is to merge them so i get the following as result:
result = [ [000, "#0 00 description"], [010, "#0 10 description"],
[100, "#1 00 description"], [110, "#1 10 description"]]
Is there a method for that? Or I'll need to use collect or something like this?
Thanks in advance.
I want to learn how to write shell scripts.
Particularly I want to write a svn post-commit script to upload files from a test server to a production server. I am sure I will want to write more as I get more into it.
I have very little linux/unix knowledge. Can anyone recommend a good book?
Has anyone had any success importing TFS 2008 history into a new Mercurial repository?
The only possible solution I've found to date is to go TFS - svn - hg using tfs2svn and then using the Convert Extension but I haven't tried this yet.
Hi,
I am getting this error while while giving this command:
cvs2svn --trunkonly --svnrepo /path/to/new/svn /path/to/existed/cvs/repo
The error i am getting is
Error summary:
ERROR: No RCS files found
Are you absolutely certain you are pointing cvs2svn
at a CVS repository?