b.
[...]
You may wish to consider using Jigomerge[1] and its Hudson/Jenkins
plugin[2].
[1] http://code.google.com/p/jigomerge/
[2] https://wiki.jenkins-ci.org/display/JENKINS/Jigomerge+Plugin.
--
Michael Diers, elego Software Solutions GmbH, http://www.elegosoft.com/
r environment.
[...]
Ted,
Please have a look at the (commmercial) CI tool TeamCity.
It is able to do so-called "pre-checked commits", which might help with
your objective, i.e. keeping bad commits out of the codeline.
http://en.wikipedia.org/wiki/TeamCity
http://www.jetbrains.com/teamcity/featur
h AFS locking.
They have a beta release of SVNKit 1.7; it comes with a command line client.
http://svnkit.com/
http://sqljet.com/
--
Michael Diers, elego Software Solutions GmbH, http://www.elegosoft.com
t;Looks like a bad phase of the moon," and "Well, that sort of thing
sometimes happens."
If you are actually looking for help, you need to show that you have
invesitgated the situation in some depth and that there is _something_
that other people might be able to duplicate in their envi
he.org/repos/asf/subversion/trunk/www/commercial-support.html?p=875619
--
Michael Diers - elego Software Solutions GmbH - http://www.elego.de
using weblinks.
> I am pure windows developer.
[...]
I'm not sure what you mean here. Subversion provides a number of access
methods, and choosing http(s) is quite common.
http://svnbook.red-bean.com/en/1.7/svn.serverconfig.html
http://stackoverflow.com/questions/2140954/which-protocol-sv
support enabled, using OpenSSL (0.9.7 or later)
[...]
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
dora Project since 2007 or so.
That means it has not seen any security updates in yonks...
The SSL library is not part of the subversion-deps tarball. You'll most
likely need to install the SSL development kit packages from the Fedora
package repository (openssl or gnutls). Or build those from so
You only run them on pristine copies of the vendor software.
[...]
Ryan,
that is very well put. I suppose the original documentation of
svn_load_dirs could do with this sort of explanation. Have you
considered submitting a patch?
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
FishEye
http://www.atlassian.com/software/fisheye/
* Subversion Repository Search Engine (SupoSE)
http://www.supose.org/
* SvnQuery
http://svnquery.tigris.org/
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
o ask.
[...]
Check the logs on the server, perhaps they will tell you what the
underlying problem is. (Start "VisualSVN Server Manager", then click
"Open Event Viewer...".) There should be entries that correspond to the
error message that the client got.
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
in having a more up-to-date Subversion release
installed. For Debian, try backports.debian.org (shameless plug).
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
signature.asc
Description: OpenPGP digital signature
ase for the Subversion test suite!
Thanks.
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
signature.asc
Description: OpenPGP digital signature
earch?hl=&q=subversion+for+web+development
Seriously, there are quite a few user reports around that should give
you an idea of what people found useful in their scenarios.
This one looks like a good starting point:
http://blogs.sitepoint.com/using-svn-for-web-development/
--
Michael Diers, e
chnique that WANdisco use in their product.
The network nodes handling the repositories are distributed, but not
isolated. The nodes actively agree on how to apply a proposed change to
their repository replicas, effectively avoiding the merge problem.
WANdisco provide a well-written White Paper
indows System Tray, or in your IDE), allowing you to
fix the failed code immediately. And unlike the standard scenario,
you'll always know WHO broke the code. Most importantly, your team never
stops working and there is never broken code in your Version Control.
http://www.jetbrains.com/t
ure to run it on a copy of your
repository. You may have to run the repair step repeatedly before it
converges.
http://www.szakmeister.net/fsfsverify/
http://svn.apache.org/repos/asf/subversion/trunk/contrib/server-side/fsfsverify.py
- --
Michael Diers, elego Software Solutions GmbH, http://www.el
http://svnbook.red-bean.com/nightly/en/svn.advanced.locking.html
- --
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk1/F+EACgkQcEKlWnqVg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2011-03-10 11:21, Michael Diers wrote:
> On 2011-03-10 08:23, Waseem Bokhari wrote:
>> This script works fine in all scenarios except Anyone can Steal Lock when
>> Unlock.
>
>>> Unable to Break lock through che
N forums
might be a better place to ask for assistance.)
For instance, "Unable to break lock through Repo browser" translates to
"Unable to break lock through `svn unlock --force'".
- --
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
-BEGIN PGP SIGNAT
d must be referred to with a trailing "@",
like so:
svn ren "4...@20hrs.jpg@" "48 hrs.jpg"
- --
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla -
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2011-03-09 14:54, Waseem Bokhari wrote:
> What is :---
>
> set trc=C:\tmp\waseem\trace.txt
That's for debug tracing. You can
set trc=nul
or even leave out all the lines to do with %trc% in the batch code I posted.
- --
Michae
-
>
> https://ServerMachine.Domain.com:8443/svn/MyRepository
>
> Thanks in advance
>
>
>
> Muchas gracias!
> Waseem Bokhari
>
>
> -Original Message-
> From: Michael Diers [mailto:mdi...@elego.de]
> Sent: Tuesday, March 08, 2011 2:39 PM
> To: Waseem Bok
BEGIN pre-unlock >> %trc%
echo REPOS-PATH = %1 >> %trc%
echo PATH = %2 >> %trc%
echo USER = %3 >> %trc%
echo --- %trc%
set >> %trc%%
echo === END pre-unlock >> %trc%
exit 0
- --- snip snip ---
- --
Michael Diers, elego Software Solutions GmbH, http://www.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2011-03-09 02:23, Daniel Shahaf wrote:
> Michael Diers wrote on Tue, Mar 08, 2011 at 09:39:11 +:
[...]
>> Wild guess: are you perhaps using the file:// access method when
>> browsing the repository? Hook scripts are run by the Su
.net/docs/release/TortoiseSVN_en/tsvn-repository-hooks.html
- --
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk11+T8ACgkQcEKlWnqVgz3cWgCg
rg/web/web.php
http://web.archive.org/web/20080822082136/http://subversion.tigris.org/tools_contrib.html
Then again, there's always the history in the Subversion repository itself:
http://svn.apache.org/viewvc/subversion/branches/1.5.x/www/tools_contrib.html?view=co
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
fied source as released by the Apache Subversion
project.
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
db4.6-util.
- Build-depend on openjdk-6-jdk instead of gcj-jdk.
- Depend on openjdk-6-jre-headless instead of gij.
-- Michael Diers Mon, 10 Jan 2011 01:52:25 +0100
subversion (1.6.12dfsg-4) unstable; urgency=high
* patches/loosen-sqlite-version-check: New patch: Relax the SQLite
first release. The classic version
> still uses PBLs.
Andrew,
thanks for clarifying this. I haven't looked at PB in a while and was
going by the sparse information in the Stackoverflow article I referred
to. (Note to self: stop doing that!)
It sounded too good to be true anyway...
- --
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 2011-01-13 10:35, Michael Diers wrote:
> On 2011-01-13 08:24, amit.sas...@wipro.com wrote:
>> We are using Tortoise SVN-1.6.7 alongwith Power Builder 11.5.
>
>> We want to lock (check-out) the core power builder object from SVN s
uess you could simply try each of those options and experiment a bit.
I'd love to hear about your findings.
Cheers,
- --
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using Gnu
version 1.6.9 sports a number
of bugs that have been fixed since its release.)
- --
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk0ts0EACgkQcEKlWnqVgz0Q
match for KM's requirements.
http://www.collab.net/downloads/subversion.html
http://www.collab.net/downloads/subversion/solaris.html
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
do that, remove
### the cache files by hand as described in the Subversion book.)
# store-passwords = no
### Set store-auth-creds to 'no' to avoid storing any subversion
### credentials in the auth/ area of your config directory.
### It defaults to 'yes'. Note that this option only prevents
### saving of *new* credentials; it doesn't invalidate existing
### caches. (To do that, remove the cache files by hand.)
# store-auth-creds = no
...
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
signature.asc
Description: OpenPGP digital signature
bversion.apache.org/docs/release-notes/1.6.html
http://subversion.apache.org/docs/release-notes/1.6.zh.html
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
http://web.archive.org/web/20080731200910/http://subversion.tigris.org/index.html
http://web.archive.org/web/20080731200910/http://subversion.tigris.org/links.html#clients
(Note that the archived pages are rather dated.)
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
Michael Diers wrote:
> Clint Popetz wrote:
>> Are there known issues merging between branches using a 1.6.2 client and
>> a 1.5.6 server?
> [...]
>
> Clint,
>
> there are problems with merges and indeed merge performance in that
> client release. Some have since
ou give the 1.6.9 client a try.
http://svn.apache.org/repos/asf/subversion/trunk/CHANGES
Server at 1.5.6 should be OK, except some new features are not available
client-side; see "Compatibility Concerns" in the release notes.
http://subversion.apache.org/docs/release-notes/1.6.html
ks.html
Embedding Subversion: APIs, both client-side and repository-side
http://svnbook.red-bean.com/nightly/en/svn.developer.html
Contact this list again if you have further questions.
Good luck.
--
Michael Diers, elego Software Solutions GmbH, http://www.elego.de
40 matches
Mail list logo