An MSBuild task to commit files to an svn repository
Questions tagged [svncommit]
27 questions
0
votes
0 answers
0
votes
2 answers
SVN update and changes on out-of-date file
How exactly svn update work? I know that it brings all the changes on the svn copy into your local one.
I have out-of-date file that prevented my copy to be committed with the error:
file 'somename' is out of date
The most occurring solution on SO…

hasan
- 23,815
- 10
- 63
- 101
0
votes
1 answer
SVN Commit Merge Error when using post-commit hook
I have been reading some of the other similar questions people have asked with the post-commit hook. But have not found one which is close enough to my issues that it provides an answer :(. I have an SVN repository which I am able to checkout, and…

Danoweb
- 208
- 1
- 2
- 9
0
votes
1 answer
SVN keeps skipping the repo directory when I commit
So I went through all the steps to make an svn repo.
1) I created the repo by calling
svnadmin create /path/to/repo
2) I added the folder that holds the files I want in my repo using
svn import /path/to/folder
3) I also made a post commit hook…

Jared Joke
- 1,226
- 2
- 18
- 29
0
votes
1 answer
single developer using SVN and being told need to update project
I keep a SVN repository for all my personal programming work using a hosted solution online. I am the sole user of system, it is used just a backup.
Now when I try to commit my changes I am being told the project needs to update.
From what I…

Martin
- 837
- 1
- 10
- 18
0
votes
1 answer
Grunt task through Jenkins fails to commit to svn
I am creating buildinfo file using grunt task through Jenkins Job.
process.env['BUILD_NUMBER'] ,process.env['SVN_REVISION'] are available and was able to create the file .
and using chile_process to commit the file through svn.
exec =…
0
votes
1 answer
Customize Ant script and Subversion Commands and Scripts for automating a process
I want to do the following by customizing an Ant script or Ant XML and SVN commands.
I have four projects in an Eclipse workspace. I'm using Eclipse Indigo and I'm using Java EE.
I have four projects a,b,c,d of Java web applications and Java web…

AsadYarKhan
- 678
- 2
- 14
- 31
0
votes
2 answers
Tortoise SVN update and commit doesn't work
I am having issues with Tortoise SVN lately. I am unable to update and commit anything.
Tortoise SVN version: 1.6.16 Build 21511 - 64 bit
OS: Windows 8 server
We use VisualSVN Server for the repo.
Whenever I try to update, I see the following…

aspnetdeveloper
- 629
- 1
- 7
- 16
-1
votes
1 answer
Tortoise SVN doesn't commit
I'm a Android developer, I use Android Studio or Eclipse for development and I use Tortoise for versioning. The problem came up the last few weeks and is that when I create a new class or activity and then when I'm trying to commit it, it doesn't.…

Nikos
- 1
- 1
-1
votes
1 answer
Eclipse SVN comment templates
Does anyone have some pointers to how to write SVN comment templates. I would like to include:
the current date (YYYY-MM-DD)
the author of the commit (author of the code)

Razvan
- 9,925
- 6
- 38
- 51
-2
votes
1 answer
SVN and GIT commit history & code differences
Where are the log messages , commit history and code differences are stored in SVN & GIT. How are they different in terms of maintaining commit history and code differences?

Venkata
- 147
- 1
- 2
- 8
-9
votes
2 answers
Is there any pre-commit validation to validate existence of comments/java-docs for the code before committing to SVN?
Does it has to do with Android Studio ? what If some one using other GUI for SVN?

Mr.India
- 674
- 2
- 9
- 19