1
vote
1answer
32 views

How to write a batch file for svn commit and update

so far I have used Tortoise SVN to commit and update folders under version control. When I commit I check "all" in the GUI dialog so that deletions as well as additions are committed. Now I have more ...
-1
votes
0answers
17 views

SVN validation error with xcode + IOS [closed]

I am trying to commit files to my SVN through Xcode. However, I am getting following error:- Error validating server certificate for 'https://rep.blah.com:xxx': - The certificate is not issued by a ...
0
votes
1answer
24 views

TortoiseSVN on Windows 8 can't commit

The situation: I reinstalled my PC and installed Windows 8. I also installed the latest version of TortoiseSVN. My files are on another (Ubuntu) PC on my network, so windows sees that drive as a ...
0
votes
2answers
17 views

How to detect if a commit has been done on a remote SVN repo

So I have a SVN repo like svn://xx.xx.xx.xx/proj_name/trunk/. I want to check it every 5 minutes if a new commit has been done on it. my problem is not with the timing, but with the actual detection ...
3
votes
1answer
21 views

Copy commit comments to windows clipboard

I recently saw a nifty hack for ClearCase where the version number was added to the Windows clipboard as part of a commit. The hack look like this: @rem = ' PERL for Windows NT - ccperl must be in ...
0
votes
1answer
16 views

SVN log details of uncommitted merge

I had recently merged my branch with the latest revision of the trunk. However, I did not commit at that time and do not remember with which trunk version I had merged. Currently, I need the trunk ...
0
votes
1answer
31 views

How can I commit my changes if I am working with a read only svn, in order to work with it on different computers?

I use SVN and I am working on a project which is read only. I would like to make my own modification of this code, but also get the official updates. I am used to use svn for my projects and commit ...
0
votes
1answer
27 views

change an commited svn revision with sharpsvn

I have made an program that works can read out TortoiseSVN commits and shows it into listbox and a textbox. Now I have to do this, when you press publish button then for each selected commit the ...
1
vote
0answers
23 views

svn - what best way to deal with multiple explicit files in status/commit etc

I have been experimenting with passing several files to svn commit/status/etc : svn status -u -v file1, file2, file3 ... file1000 svn appears to run svn status -u -v on each filex in turn, is this ...
-2
votes
1answer
29 views

After committing /updating in SVN the project isn't seemed as android application project [closed]

I have a problem , I have updated the changes from SVN , the project isn't seemed as android application project , only the java files are seen . No Android dependencies or com.something.something ...
0
votes
0answers
59 views

svn commit during build in Jenkins

During our build process, managed by Jenkins, we actually update some files and commit them to the repository. Since this happens by our build account, I am easily able to ignore this account's ...
0
votes
2answers
27 views

How to subversion commits make private

I have been working on a project shared in svn. I am working from home as well as from office. I wanted to commit some files from office privately (may be partial functionality) so that I can update ...
1
vote
1answer
30 views

TortoiseSVN never checks if working copy is updated to latest revision

Since we upgraded to TortoiseSVN 1.7, I noticed that TortoiseSVN never showed me the message that I need to update my working copy, it is never out of date. I was at an earlier revision, I made some ...
0
votes
1answer
37 views

Svn non-existent child node

This should be an extremely simple question, but I find no answers about it anywhere. Maybe someone on here can help... What's the cause of the problem when committing in SVN, one gets a message ...
1
vote
1answer
57 views

How to load the latest version of code from SVN server ignoring my local changes?

Few days ago I "updated" my local copy of the source code (i.e. I took the code from the SVN repository). After that the code was changed by other people and committed to the repository. Now I want ...

1 2 3 4 5 18
15 30 50 per page