Cornerstone is a Subversion client application for the Mac that has a full range of features including traditional Subversion functions and a built in diff tool. Cornerstone is a GUI for subversion that incorporates Growl messaging and Is fully 64bit ready for OSX 10.6 & 10.7. Find it here: ...

learn more… | top users | synonyms

0
votes
0answers
43 views

Create working copy from folder hierarchy in Cornerstone

I would like to create a "working copy", named 'Script' that includes the selected files and folders, preserving the hierarchy: I would like to include some of the other folders (not highlighted) ...
0
votes
1answer
196 views

Mac Subversion client that works with SvnBridge to TFS?

We have a situation where a large number of .NET developers use Team Foundation Server 2010 for source control, and a small number of iOS developers (on Mac OS X, obviously) use Subversion. In the ...
1
vote
0answers
137 views

Are there technical benefits between Cornerstone vs. Xcode 4.5's built-in SVN?

I've been a user of Zennaware's Cornerstone 2 for a while now and am really happy with it. However, I'm about to start a new project, and with Xcode 4, Apple re-wrote their built-in SVN client (and ...
0
votes
0answers
83 views

Subversion setup on OSX lion and authentication issues

-I've installed the latest subversion pkg ( http://www.wandisco.com/subversion/download#osx ) -I'm using Cornerstone app for Mac -Server: free2.projectlocker.com -Repository Path : ...
0
votes
1answer
423 views

Subversion / Cornerstone - How to upgrade working copy

I have been using Cornerstone client on a mac to update a project without issue until yesterday when without warning I began receiving the following error message: "Working copy ...
0
votes
2answers
1k views

Subversion: Working copy is old development version

I'm developing on OSX, and one of my Subversion working copies just started returning the following error for all commands, however my other checkouts work fine. I get the same message with both my ...
0
votes
2answers
284 views

Cornerstone and Terminal throwing errors with subversion

i've been browsing around the past two hours for a solution but to no avail. i've used git the past few months and have liked it, but just inherited a project that uses SVN. i checked out a copy just ...
0
votes
1answer
108 views

Add file in prepare script in cornerstone, or say, start-commit hook of svn?

I'm trying to add a hook script in Cornerstone, to generate a meta file for each binary file to be committed, and of course, try to add those meta files to commit. But here I have problem adding ...
0
votes
1answer
56 views

How to change file type association in Cornerstone svn

I have recently started using Cornerstone as an svn client. I have yet to figure out how to change file extension associations. In my case, it appears the default file type associated with a .m ...
1
vote
0answers
314 views

Cornerstone Trunk, Branch, Tags setup

I am trying out Cornerstone SVN client and I need some help. I am pretty comfortable with the concepts of SVN although I'm very new. When I create a local repository there is no trunk, tags, branches ...
1
vote
1answer
60 views

What is the best way to keep track of the commit logs after a branch reintegration in SVN?

I'm have some to little experience in SVN. We're using Cornerstone as our SVN client in our iOS Xcode development. As per norm, for every project, we have branches/tags/trunk. We have decided to have ...
0
votes
2answers
128 views

How can I perform cross browser testing when using Subversion as my version control system?

I have recently installed subversion and nginx server on my machine (macbook pro). I'm fairly new to subversion as a whole and have just built a single webpage through this version control system, and ...
0
votes
1answer
314 views

Undeleting file in Cornerstone

So, I did what seems to be a big mistake. I accidentally deleted a very importent file in Cornerstone from my Repository and can't get it back. I have clicked at Revert 20-30 times now but it seems ...
0
votes
2answers
141 views

Selected folders under versioning Cornerstone

I have a symfony project with the followin structure SDCU |-app |-----cache |-----logs |-bin |-vendor |-src |-web I want to import this project into SVN (1.7) but without including ...
1
vote
1answer
434 views

Subversion tree conflicts when attempting to merge near identical branch

I have an iOS project under Subversion source control and I am using Cornerstone as my SVN client. (I have also tried using XCode for this as well) I've had numerous problems merging branches, and ...
0
votes
1answer
252 views

How to apply patch from tortoise to cornerstone

Is it possible to apply patch from tortoise to cornerstone. I tried several times but cornerstone tells for all files FAILED and created only *.orig files?? for FAILED filed it shows only : ...
1
vote
1answer
2k views

Cornerstone branching/merging

I'm currently having problems with the "reintegrate branch" option in cornerstone. I'm getting an error which says "Description 'https://krval22@server.myserver.com/svn/sample/trunk/MyProject@27' must ...
4
votes
1answer
318 views

I can't see library (.a) in cornerstone so I can't add it

I can't see library (.a) in cornerstone so I can't add it. Ho can I make Cornerstone to see it?
0
votes
0answers
147 views

Cornerstone SVN Error, upon trying to login

Using Cornerstone GUI to connect to subversion SVN. See the error below: http://i.stack.imgur.com/chdHe.png I'm using these permissions: http://i.stack.imgur.com/tjQj6.png In /passwd/ I have my ...
2
votes
1answer
4k views

SVN - Update branch with changes from trunk in Cornerstone 2

Is there any way from Cornerstone 2's UI to update a branch with changes made in the trunk after the branch was created?
0
votes
1answer
501 views

Checkout repository to existing working copy in Cornerstone 2?

I have several remote repositories that I have been previously working with using Versions for OS X. I am thinking about moving to Cornerstone 2 and am currently evaluating it, and I want add all my ...
3
votes
3answers
2k views

Cornerstone SVN Error - Cant commit files

Do users under passwd in subversion have certain permissions? I can download all the files from my subversion repository using Cornerstone on mac. But, if I make a change to a file and try to commit ...
0
votes
1answer
529 views

Set up tunnel for SVN (using Cornerstone/Mac)

I've been using Tortoise to checkout/commit to the svn repository. It is set up to use Tortoiseplink as SSH client (D:\TortoiseSVN\bin\TortoisePlink.exe -l foo -pw bar). I have now moved to a Mac ...
0
votes
1answer
109 views

Can I make Cornerstone run make and cancel the commit if it fails?

I have a Makefile in my working copy. Can I make Cornerstone run make; make test before a commit, and cancel the commit if make fails? This way I'm sure I don't accidentally commit code that doesn't ...
1
vote
1answer
196 views

Cornerstone isn't marking files as modified

In Cornerstone v2.5.1. I've imported a local folder into the repository. I then selected Add Working Copy and selected this same local folder. It now shows on the left side with a brown folder and ...
3
votes
4answers
3k views

Can I delete a commit in Subversion?

Per accident I committed twice because I forgot to add two files. Can I remove a specific commit from the log? I want to delete commit № 4.
2
votes
1answer
154 views

Is there a good 3-way visual merge tool that integrates with Cornerstone or Versions

We're using svn and have relied on IntelliJ IDEA's built-in svn support. Cornerstone has some nice features which give you more power than IDEA in a lot of cases (timeline view for example) but their ...
5
votes
1answer
1k views

Delete in Cornerstone

(Admission - I'm not very familiar with SVN, but have been advised to get familiar with it.) I often delete a file or directory in my working copy. That shows up in Cornerstone as "missing". ...
6
votes
1answer
737 views

Seeing files that will be updated in Cornerstone

Is there a way, in Cornerstone, to see what files will be update locally from SVN before doing so in Cornerstone? Right now I jump to the command line and use svn status -u Seems like that is ...
1
vote
1answer
416 views

How to commit deleted files in cornerstone for mac?

I am a user of cornerstone. Asking this question twice via support email was not answered by them. Just simply: How we commit deleted files? Let say, we import a new project to svn then re checkout ...
2
votes
2answers
254 views

When should I commit?

Here is my setup - Xcode 3.2.5 Cornerstone 2.0 SVN server 1.6 I am using cornerstone for version control and nothing setting anything in xcode. Now here is the scenario - I am ...
0
votes
2answers
62 views

How do I get a copy of all of the versions of a file from subversion repository?

We have a custom font (ttf) that we added to a subversion repository. We've detected a problem with certain characters and are not sure when the problem was introduced. The file is of course a ...
2
votes
0answers
527 views

Integrating Zennaware's Cornerstone with Coda and Xcode

I use the authoring tools Adobe's Dreamweaver, Coda and Xcode on the Mac with the awesome Subversion client Cornerstone from Zennaware. Anyone have any tips on how to integrate Cornerstone with these ...
25
votes
14answers
14k views

Cornerstone vs Versions for Mac OS X [closed]

I've been using svn on the command line for 5+ years, but I'm thinking of switching to GUI. The two kings of Mac subversion apps seem to be Versions and Cornerstone. Most of the reviews/comments I've ...