0
votes
1answer
40 views
SQLite Transaction not committing
For an application we are developing we need to read n rows from a table and then selectively update those rows based on domain specific criteria. During this operation all other …
1
vote
2answers
37 views
Can a script be automated after a commit on Perforce?
We use Perforce at work, and routinely keep software projects in the repository. In general creators follow the normal Perforce flow, BUT we also have a class of users, who doesn' …
0
votes
1answer
44 views
C# OLE DB: How can I reorder columns of database table by using a dataset?
I know this might be a bit awkward but I am trying to modify the order of certain columns in a MS Access database in C# with OLE DB. How can I commit a certain change in the order …
1
vote
1answer
24 views
ANKHsvn commit/needs update issue
I have AnkhSvn plugged in to Visual Studio 2008.
When I try to commit several files, and at least one of those files causes the prompt to Update, I would like to know which of tho …
4
votes
2answers
84 views
How do I merge a single commit?
Sometimes I'm working with several branches at once. Say I have branches called master, release-1.1, and experimental. I create a new file or make a change in experimental and I …
0
votes
3answers
59 views
bzr: Restoring a deleted file after some commits with bazaar
Hi everybody !
I'd like to know if it is possible to restore a removed file from an older revision (a clean way to do it)
I've renamed a file for some tests, than I commited all …
3
votes
13answers
2k views
How can I force subversion to commit an unchanged file?
I want subversion to commit a file even if it's unchanged. Is there a way to do this?
1
vote
2answers
69 views
GIT Log or Commit Monitor
Hi Guys,
I am trying to find a Git Commit Monitor for Windows. Does anyone know whether one exists or ?
Ideally it would essentially monitor the log and notify when a new commit …
1
vote
7answers
94 views
SVN how do I check code into a specific branch, when I’ve checked code out from the trunk?
I need to check in my code changes to a certain branch but im not sure how to do that since my code is from trunk =/
0
votes
3answers
74 views
session.BeginTransaction() and transaction.Commit()
Hello there,
I am new to Nhibernate, so my query may seem trivial to you.
We generally embed data operation code inside
using (var session = sessionFactory.OpenSession())
{
us …
0
votes
2answers
77 views
Commit Changes after DataGridView edit using LINQ2SQL (Winforms)
Given a DataGridView that has a BindingSource set like this:
On a winform, we add a BindingSource object using the designer, called myBindingScource.
Then on the Form.Designer.cs …
2
votes
1answer
72 views
Google Code: Force comment on commit
I just started using Google code hosting and am a beginner at working with Subversion. I was wondering if there is a way to enforce a rule that no commits can be made without comme …
2
votes
4answers
95 views
What is the value of atomic commits in Subversion?
I'm trying to create and follow best practices for versioning control and came across a reference to atomic commits in subversion. Since I've never heard of this action, I have a …
3
votes
8answers
652 views
How do I correct “Commit Failed. File xxx is out of date. xxx path not found.”
I have recently run into a particularly sticky issue regarding committing the result of a merge in subversion. Our Subversion server is @ 1.5.0 and my TortoiseSVN client is now @ …
2
votes
2answers
67 views
Is it better to use a separate commit message for a git merge?
I come from an SVN background so I'm not sure what the typical git workflow looks like. When you merge in SVN, you provide a commit message describing the merge. This is necessary …
