1
vote
1answer
20 views

How to commit new file to Subversion programmatically?

I programmatically checkout project from repository on start of my plugin but i want to add new xml file to this project and commit project with this file. But this file is not under version control. ...
0
votes
3answers
28 views

Make file unable to commit

How can I configure a file in a repository so that only I can change it? I tried with getting a lock, but the file is automatically unlocked when I commit the file. I want to retain ownership of that ...
0
votes
1answer
23 views

How to SVN commit all files with the same prefix

I have files with noviembre as a prefix and I want to commit all of them at once. I tried this command: svn commit noviembre*.doc --message "deleted". I can do them 1 by 1 or add all the files names ...
0
votes
1answer
56 views

When doing a Subversion commit “--This line, and those below, will be ignored--”

this is my first question on stackoverflow so please excuse if I do not submit properly. I am attempting to commit 'folder2/folder3/file' via terminal (Mac OS X). Everything is fine up until the svn ...
0
votes
2answers
47 views

How do I keep track of the changes I make to my working copy of the source codes each day?

I know svn diff, but it only gives the difference between my working copy and the current revision that I last checked out from the repository. I want the difference between my working copy today and ...
0
votes
1answer
41 views

Getting SVN updates from repos1 and do commit into repos2

I am accessing a SVN repository and I issue update command regularly to keep my local copy up to date with the latest changes in that repository. I am also doing modifications, and creating new files ...
2
votes
1answer
39 views

Showing date file was locked in Tortoise SVN

In Visual SVN Server or in Tortoise SVN, is there a way to show when a file was locked using Tortoise SVN functionality? Workflow: Tortoise SVN > Add (on Date D) Tortoise SVN > Commit (on date D) ...
1
vote
0answers
574 views

SVN issue / ssl handshake failed

I know other issues such as this one have been posted but none helped to fix my case. I currently have to commit on an enterprise svn repo and got the following error : svn: E175002: Commit failed ...
0
votes
2answers
73 views

SVNKit: SVNException while commit a locked file

I want to commit a modified single file. According to http://wiki.svnkit.com/Committing_To_A_Repository I use the following code: public static SVNCommitInfo modifyFile(ISVNEditor editor, String ...
1
vote
1answer
44 views

Ignore file in Subversion removes old values from svn:ignore property

I have a Subversion Working Copy G:\csmdepot\Builds with diffrent files in it, some are ignored some aren't (I ignored the files with Tortoise): \Build_1.wim ignored \Build_2.wim ignored ...
0
votes
1answer
48 views

svn - replicating a commit on another repository

I've got a couple of projects that are almost identical with a slight difference in their "view" layers. If I commit a change to one project and everything goes fine, I need to do the same for the ...
0
votes
3answers
86 views

SVN: commit all files but one

I have different files that must be committed to a repository. One file has some changes, but I don't want to commit also this one, because at the moment it has some dangerous changes. How can I tell ...
0
votes
1answer
28 views

SVNKIT commit file failed

I use SVNKIT checkout a folder .svn information use this if (!SVNUtil.isWorkingCopy(ws)) { updateClient.checkout(clientManager, repositoryURL, SVNRevision.HEAD,ws,SVNDepth.EMPTY); } ...
0
votes
0answers
162 views

ERROR svn: E160028: Commit failed

I have an error with my SVN. here : Some of selected resources were not committed. Some of selected resources were not committed. svn: E160013: Commit failed (details follow): svn: E160013: Commit ...
2
votes
1answer
75 views

How do I remove all files to be committed from the SVN commit list?

I accidentally created a problem by committing three different files in the same directory: GetUspsPostage.php GetUSPSPostage.php getUSPSPostage.php I only want to commit GetUspsPostage.php. So I ...
0
votes
1answer
30 views

SVN: Batch to force full diff between all files (local/repository)

Is there a possibility to make a full compare between the checked out version of files and the repository via batch without doing something and list all files which are changed? We've got the ...
1
vote
0answers
60 views

Subversion/TortoiseSVN: prevent local modifications to one file from being committed without deleting? [duplicate]

I use TortoiseSVN, but I understand the same problem exists with command line svn. I have a Java file and a few properties files which contain the default user, default database, etc. I have changed ...
1
vote
1answer
41 views

GIT: efficient way to prevent commiting non-functional changes?

I don't want any non-functional changes like spacing, new lines, tabs in my commits. I used to use SVN which had a UI showing 2 screens (old file on left, file I'm about to commit on right) that let ...
0
votes
2answers
46 views

Get UTC date of last commit

I'm trying to put together a bash/sh script that gets the UTC time of the last commit from a svn repo (the other VCSs are easy) I understand that i can just do svn propget --revprop -rHEAD svn:date ...
0
votes
0answers
30 views

SVN Permissions Error Using svn:// During Commit

So I created a new repository and I am successfully able to checkout, edit, and commit files. This repository is going to be accessed by multiple people, none of which can currently commit to it (but ...
0
votes
1answer
54 views

commit one server dir contents to other directory using svnkit

I want to commit one server directory contents (all versioned contents of versioned dir already present on server dir) to a new dir on same server using SVNKit (version 1.7). This new dir can be ...
0
votes
2answers
55 views

How to access the ci svn commit log?

Hey I want to see the full commit log in svn, there must be another commit log than rightclick tortoise svn and than show log. Where is it located?
0
votes
0answers
55 views

VisualSVN Commit does not work after IP address change

I have a machine with Windows Server and VisualSVN which had the IP 192.168.0.113, but because of problems with the network the IP was changed to 192.168.1.113. Now VisualSVN is not allowing commits ...
0
votes
0answers
96 views

How do I commit a symlink whose origin file changed and is outside the repository?

I backup a directory with svn. Some of these files are symlinks whose origins are not in the repository. I had no problem adding the symlinks to the repository when it was created. However, when ...
1
vote
0answers
471 views

Tortoise svn commit: “Delta source ended unexpectedly ”

I have a problem when I try to commit a certain file with Tortoise SVN (1.4.7). I have tried to svn delete and svn add the file. But with no luck - every time I try to commit a change in it, I get the ...
0
votes
0answers
42 views

Subversion local directory not a working copy

I am trying to commit something to a subversion repo from my local directory but when I try to do this, I get: svn: '/path/to/mylocal/directory' is not a working copy I forgot what actual directory ...
0
votes
1answer
152 views

getting commit messages woth log between specific revision range GIT

I`m not familiar with Git and I have a problem with it. In SVN, I can use svn log HEAD:100 to get log messages between the HEAD revision and the 100th revision. Is there something similar in Git so ...
0
votes
1answer
58 views

SVN: Viewing and Removing multiple commits at once?

Is there any quick way to remove multiple commits at once with SVN on a remote repo? And on seeing a file list of modified, what does E mean? Thank you
0
votes
1answer
155 views

Unable to commit a renamed file to Subversion (SVN)

I have been successfully committing to an SVN repository using TortoiseSVN but recently when I try to do a simple rename on a file from Guide v1.0.docx to Guide v1.1.docx in the same folder, I am ...
0
votes
2answers
37 views

How to show all Subversion commits a given user at a given module?

For example, there is a maven-module is in fact one of the folders in the project structure. How to list all commits affecting this folder and can we somehow filter this list by user name?
0
votes
1answer
405 views

Cannot Commit to the SVN - CHECKOUT can only be performed on a version resource [at this time]

I am trying to commit some classes and XML files to SVN but I keep getting this error message: svn: E200007: Commit failed (details follow): svn: E200007: CHECKOUT can only be performed on a ...
0
votes
1answer
41 views

TortoiseSVN is not showing commited file-size

After updating from TortoiseSVN 1.7 to 1.8.XX after commit no information about the commited file-size is shown. I think this information would be very useful! But I cannot find the option, where I ...
1
vote
2answers
216 views

SVN: Committing Changes Made to Trunk to a Branch

I have made a checkout from Trunk, made changes and committed the changes back to the trunk. Now, I want apply those changes to a branch as well. Can I switch my working copy to that branch and then ...
0
votes
1answer
85 views

Managing commit rights in svn by delegating to project managers

We have multiple projects in svn repo.And for each project there are many users.As number of users is large so its troublesome to manage their commit rights using "Auth file". I have read somewhere ...
0
votes
1answer
96 views

Commit Failed While Uploading My Plugin to Wordpress Plugin Repository

My plugin got approved by WordPress, and I also got SVN repository URL. I checkout out the plugin with Tortoise SVN, copied my plugin files to trunk folder but when I am trying to commit it, I am ...
6
votes
3answers
2k views

Getting “CHECKOUT can only be performed on a version resource” when trying to commit using Eclipse subversive plugin

I'm using Eclipse Juno on Mac 10.7.5, SVN 1.7 and the Eclipse Subversive plugin. Occassioanlly, when I try and commit changes from my project (by right clicking on the project from the package ...
1
vote
1answer
343 views

Commit to RiouxSVN fails

I'm with this stucked since yesterday. I know there are some topics about this, but nothing has worked. I created a repository and still I cannot do the first commit. Also, cannot checkout; I could ...
0
votes
1answer
74 views

phpstorm or netbeans copy file to different directory after commit

Hi, here is my situation: I am working on a large website. It was originally created without version control. There is now a repository, but due to reasons out of my control, the page has not been ...
1
vote
2answers
722 views

SVN commit with a newline in message

I am trying to to an svn commit with a new line in message how can i do this newline? I have tried svn commit -m "Issue \n solution" file.js but it didnt work obviously.
0
votes
2answers
39 views

can we configure precomm it hook for particular branch/tag

Scenario : i have precommit hook configured in my svn repo of multiple projects.I have blocked commits in code which include synchronize method or println method,But in some cases i want to give ...
0
votes
0answers
19 views

how to do a merge after integrating with Bugzilla in svn

how to do a merge after integrating with Bugzilla in svn. have a requirement like particular bug should be merge with the trunk even though many bugs have done with commit. I need to choose the ...
0
votes
1answer
35 views

Recover the state of a versioned file that hasn't been committed

Is it possible to recover the state of a versioned file, if I accidentally updated before committing? I said everything was my conflict. I'm using OSX.
1
vote
3answers
87 views

svn - frequency of commits per file or directory

I'm looking for something which would show how often commits to svn modify files. I want to be able to see which files change often and how often. Preferably also the "report" should be grouped by ...
1
vote
3answers
479 views

svn 1.7 fresh checkout can't commit change

I have an SVN subtree that has been working fine for 2+ years. I now encountered that I cannot commit some files. I did a fresh checkout and ensured no other program accesses the folder. When I do: ...
0
votes
1answer
38 views

Using nano in expect scripts

I am trying to commit to a repository using expect script but when I do commit, nano editor opens and I am not able to control it using the expect script. The code snippet is as follows : spawn sudo ...
2
votes
1answer
2k views

How to commit existing project to SVN with Eclipse Subclipse?

I have an existing Java project in Eclipse: MyProject/ src/ ... all main sources test/ ... all test sources build.xml ... lots of other stuff I now want to add this ...
1
vote
1answer
140 views

svn commit files with tag - part of of the file name of each file

I'm trying to do the following: Search through a directory and find not committed files (new, added or updated) and for each file that is found to commit it with tag containing part of the name of the ...
2
votes
1answer
56 views

Subversion and Netbeans - code formatting changes

I have a small, technical problem with commits. Namely, when I'm going to make some changes in file I used to make an auto code formatting before I start to do anything (I like to work with clean ...
0
votes
1answer
44 views

How do I upload edited files in my SVN repository?

I am working with a SVN repository. I already have a local copy (i did a checkout). Now I edited some files in that repository and saved them. How do I transfer them to the server. Is it like GIT ...
8
votes
2answers
195 views

How to commit from command line only content changes not property ones?

Developer fixes bug in a branch created from trunk. Then I test the branch and reintegrate back to trunk. Lately I am also committing property changes. There are three files that I commit back to ...

15 30 50 per page