Subversion is a centralized open-source revision control system, founded by CollabNet Inc. and maintained by The Apache Software Foundation.
0
votes
0answers
12 views
svn merge says absolutely everything conflicts
I tried to synch my trunk changes into my branch using "svn merge" but subversion says that every single file has a conflict. Most of those files weren't changed in either trunk or branch. I didn't ...
0
votes
0answers
4 views
How to ignore an item in a directory, its subdirectories and its future subdirectories in subversion?
I need to ignore some directories and files created for the tools we use at work. I need to ignore those files on advance and save the property in the repository so other members of the team don't ...
0
votes
0answers
7 views
Git Svn - Workflow for a Readonly SVN repos
Basically, we have a situation where we are working with client teams across the globe.
Now, one of the clients have provided us with read-only access to their svn server, where their developers ...
0
votes
1answer
13 views
Upload Orchard Project to SVN
I'm new in Orchard
I am building a simple website by Orchard with my friend. I need to upload my project to a SVN server (I'm using Team Foundation Service) so that my friend can get it. Then, I get a ...
1
vote
1answer
20 views
Checking out projects with “forbidden” file names
I have need to make changes to a web app that was developed entirely in Linux. I'm trying to check it out on my Windows machine, in order to use my local IDE (PHPStorm) to edit it.
The problem is ...
0
votes
0answers
22 views
Conditionally Allow Checkin Only if Code Coverage Numbers increase
I am Currently working on a big java project, which needs to be managed in bigger & better ways. It is using SVN , Hudson , Sonar. After multiple checkins in a day , a nightly Hudson build is run ...
-1
votes
0answers
12 views
How do I integrate a debugger into an SVN - PHPunit - Eclipse setup?
I'm having trouble setting up a debugger for PHPUnit in Eclipse.
I've looked at this page "http://pkp.sfu.ca/wiki/index.php/Configure_Eclipse_for_PHPUnit" which describes how to integrate a ...
0
votes
1answer
24 views
How does subversion check file differences between working copy & server?
I am trying to understand how svn works at the socket level when checking differences between the working copy and the last revision on the server.
I have been following this article:
...
-1
votes
0answers
7 views
Connecting to SVN remote Repository [closed]
I'm trying to set up an SVN repository on a server in my office so that developers on my team can access it from anywhere, not just within the office. I just wanted to ask the world if there is any ...
0
votes
1answer
13 views
SVN merge an older version with the head
I committed some code yesterday from "Workstation A" that caused some problems on our live server, so I rolled the live working copy back with the command
svn merge -r 652:651 ./
All was good.
Today ...
1
vote
1answer
26 views
Uploading testsuite to subversion repository
Hello my dear friends!
I want to upload my testsuite to subversion repository. I was wondering where in the subversion repo the test suite should be placed. At the moment we have a root folder ...
4
votes
1answer
42 views
“Inconsistent line ending style” nightmare
I'm completely stuck with a SVN error when commiting 2447 files at once. I'm using TortoiseSVN (latest version) on Windows 7 64bits.
The fact is that some files were created on Mac, and others on PC, ...
1
vote
3answers
35 views
Build on pre-commit in SVN
I know this has been asked already, but we would really like to reject any attempt to commit files which would break a project in trunk. The decision to reject the committed files is based on the ...
1
vote
1answer
15 views
java apis for remote git repository access
Is there any java api available that can be used to access version history of a remote git repository when url is provided. I am looking for something equivalent to svnkit. I have looked into javagit ...
1
vote
1answer
12 views
svnadmin dump : use deltas in dump output
What does it mean to "use deltas in dump output" with svnadmin dump?
Does this mean to only print the differences between the commits for each svn dump log?
From what I tried, it appears that this ...
0
votes
3answers
18 views
Reverting To Original SVN status
svn beginner here:
Lets say that I pulled from a svn repo and wrote quite a bit of code. However, I only want to commit half of the files I modified. However, I accidentally used svn add on all of ...
1
vote
0answers
21 views
Chained builds using Jenkins and SVN?
I'm attempting to set up a build hierarchy in Jenkins of this type:
A tools DLL gets built due to code changes checked in to SVN.
If that build succeeds, the DLL is then copied to the references ...
0
votes
2answers
15 views
Where do I find the svn checkout files on Mac using terminal
I am running Mac Lion 10.7. I used terminal to execute the following:
svn checkout http://android-log-collector.googlecode.com/svn/trunk/ android-log-collector-read-only
everything appeared to ...
0
votes
0answers
5 views
Neater way to have SVN/GIT repos created for each Plesk subdomain?
So I have a CentOS server with Plesk that we use to keep copies of our development work while on ongoing development, testing by clients, etc.
Now I want to go a step further and have a SVN/GIT repo ...
0
votes
0answers
13 views
eclipse import android project from svn overwrites strings.xml and AndroidManifest.xml
i have one of my android projects in an SVN repository under projectName/trunk
the only way i could import and setup as an android project properly is to use the android new project wizard (via svn ...
1
vote
1answer
15 views
Composer: How to setup private Symfony bundles on svn
I am using svn for hosting my projects on unfuddle.com. All of them share some of my bundles that I would like to keep private.
Example:
I created d:bundles/ImageBundle folder and copied the code I ...
0
votes
0answers
21 views
SVN Help, messed up my svn directory [migrated]
I was working in a copy of my directory in another server. When I moved it to the one with SVN, where I am supposed to work, it overwrote the original directory. The files that were supposed to have ...
0
votes
1answer
22 views
Is there a way to provide a predefined folder structure in SVN?
I am working on several C++ projects on my local computer. They all use some common libs and headers. The file structure is like this:
-bin
-lib
-include
-devel
-project1
-src
-project2
...
0
votes
1answer
16 views
Not able to access SVN repository via SVN protocol, but can access with http
I am not able to access SVN repository via SVN protocol, but can access with http:
I have the following setup
1) I am using collabnet subversion 1.6.20 Installed at server830(windows 2003)
Defined ...
0
votes
2answers
17 views
How to cleanup an SVN checkout with lots of locks in externals
At the moment svn cleanup doesn't go into externals according to this bug. What's the best way to remove all the checkout locks from a project and all it's externals?
1
vote
4answers
27 views
Any way to fix a deleted and readded trunk in Subversion?
We have a subversion repository that has been messed up. Wondering if there are something smart that can be done to fix it.
Basically this is what has happened according to the subversion log:
...
1
vote
1answer
25 views
team cooperation issue with CocoaPods
Our team use CocoaPods for package management, we just commit main project and Podfile to svn, 3rd party libs are not committed. Everyone does a "pod install" to get all the 3rd libs. My question ...
0
votes
1answer
18 views
how can I set permission for users with multiple repositories each, on svn?
I am using svn and I have this doubt, I install svn server (normal way) and I created the repo with svnadmin create project right now im using linux users to access them with the following protocol
...
1
vote
1answer
20 views
How to import/export repo from SVN to new SVN
I have an old Subversion on one server, and another new one on another server.
I would like to export the head revision from the old repo and import it into the new one.
I have tried the below which ...
3
votes
1answer
53 views
VIM - Passing colon-commands list via command-line
Good day,
I am writing a simple script within my BASHRC file to accommodate something I couldn't quite resolve in a previous question:
Side-by-side view in Vim of svn-diff for entire directory
I ...
0
votes
0answers
13 views
Combine two SVN projects into one?
I have a single svn repository that houses many projects. Each project has their own trunk and branches. Many of the projects are all a part of the same application, and have dependencies between ...
0
votes
1answer
34 views
can svn and git both separate repositories from working copy?
For various reasons, I need to separate the repository from the working copy onto separate drives, though allow push/pulls to still function normally.
Is this possible in Git?
Is this possible in ...
1
vote
1answer
26 views
How to maintain different repositories for compilation for different users ?
I don't know if my question is too obvious, too complex or even if it makes sense. I tried to find information but couldn't get any answer...
I want to mantain a SVN repo of LLVM/Clang for my user A ...
0
votes
1answer
20 views
Subclipse: How to add the default output folder to version control (*.class files)?
I am using eclipse 4.2 and Subclipse 1.8.20.
I am trying to add the contents of /WebContent/WEB-INF/classes to version control (this is also the default output folder of my project).
First let me ...
-1
votes
0answers
11 views
Mercurial & SVN Web FrontEnd
I am currently looking into replacing Rhode Code on an internal server. I have looked into SCM Manager but ideally I would like the user to be able to manager and complete Branching/Cloning of repo's ...
-2
votes
0answers
13 views
Download log file from repository with SVNkit [closed]
I want to download the log file as txt of a repository to my disk with the SVNkit.
How can I do it? I just don't know how to use SVNkit to do it.
1
vote
0answers
14 views
Composer: Multiple packages in SVN repository
I'm working on a project (let's call it Application A) which contains multiple modules (like module A and module B). Those modules are used in this project, but I also want those modules to be exposed ...
0
votes
1answer
21 views
How to get my one before last revision in SVN?
How I can get one before revision which i was updated?
For example, if i have updated on revision 1, after that i update on revision 4. How i can get revision number 1?
4
votes
0answers
34 views
Is it possible to replace TortoiseSVN's merge algorithm with a “better” one?
Using the merge functionality in SVN (through TortoiseSVN) since a few month, I have the feeling that SVN reports way too often that a conflict occurs.
So I am looking for a way to make (Tortoise)SVN ...
0
votes
0answers
11 views
Is there any lib like pysvn in C#
I want to Up/Commit/Diff SVN in my application. The pysvn can do it, but my application write by C#. So I google it, but no any lib like pysvn in C#. How can I Up/Commit/Diff SVN in C#
1
vote
1answer
36 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 ...
0
votes
0answers
13 views
IntelliJ IDEA: SVN merge
I have IntelliJ IDEA 12.1.3 installed and I have trunk and branch in SVN.
I use IDEA to merge from branch to trunk, and call command Subversion->Integrate Directory.
Source 1 is branch, Source 2 is ...
0
votes
2answers
20 views
Tortoise SVN update slow on the solution node but not on projects nodes
I am having a little problem with tortoise SVN: in Visual Studio 2010, when updating my solution to the latest version (right click on the top solution node), it takes 2 minutes. However, if I select ...
-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 ...
1
vote
2answers
25 views
Subversion, how can I get from a revision number to a branch?
Our code base has quite a few branches, is there any way I can be given a revision number and from that find which branch the revision number was in?
thanks
T
1
vote
1answer
25 views
Show Merge-History before Committing
svn log has a --use-merge-history option that shows all revisions that are part of the merge.
How can I get the same information for the merges in my working copy, before I commit?
E.g. after I run ...
0
votes
1answer
22 views
svn ant - name is undefined
I'm trying to update my codebase using ant. I have placed svnant.jar, svnClientAdapter.jar, svnjavahl.jar under ANT_HOME\lib directory. I'm using the bellow code snippet and it gives error.
...
0
votes
0answers
5 views
eclipse juno projects do not appear
I started some Eclipse projects that are still on the harddrive but now Eclipse Juno can't open the workspace. Why not? The Eclipse juno projects do not appear.
1
vote
2answers
19 views
line endings in files which are checked out by svn and commited by git-svn
The team is using subversion as a version control system. I love git. So I cloned it with git-svn.
autocrlf setting:
$ git config core.autocrlf
true
So files changed by me will have LF as line ...
0
votes
0answers
30 views
What is a recommended workflow using subversion and puppet on centos
this pertains to a scenario where subversion is being used as Version Control , and puppet is used not only to manage packages like tomcat, Jboss, etc, but also applications like perl based ...



