Search Results

2
votes
6answers
302 views

Subversion: Fail update when there are conflicts?

Is there a way to tell subversion "update/merge unless it would cause a conflict"? I know you can use --dry-run / status -u to check before running the update, but …
1
vote

Subversion: Fail update when there are conflicts?

@jsight: TortoiseSVN is great, but I primarily develop in a *NIX environment, without X. So I'm usually using (restricted to) the command line. In re your script suggestion, that's what I' …
1
vote

How do I Upgrade to Subversion 1.5 On CentOS 5?

If you install RPMForge's repos, you should then be able to get a newer package - this isn't working fo …
1
vote

How do I Upgrade to Subversion 1.5 On CentOS 5?

I'm not overly concerned about the other outdated packages at the moment, but as you can see there is no Subversion update available. Nor any packages from …
0
votes

How to move a single folder from one Subversion repository to another repository?

I don't believe you can do it remotely (i.e., without a local copy). But this should work: svn export the folder from the original server, then svn add it to your new rep …