Tiger66639 / xinc

Automatically exported from code.google.com/p/xinc
0 stars 0 forks source link

SVN modification set improvements #239

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
* get Repository URL from working copy - I think this is the best way to add it.
* add trust-server-cert param when fetching information from remote repository 
- any cleaner solution?
* make username and password optional

The patch is not clean, so some improvements are maybe necessary.

Original issue reported on code.google.com by s...@computer-leipzig.com on 12 Apr 2013 at 5:42

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by opitz.al...@googlemail.com on 8 Jul 2013 at 12:39

GoogleCodeExporter commented 8 years ago
Hi sk@computer-leipzig.com

- make username and password optional
-- They are optional, they will be null, but pear:VersionControl_SVN respect 
this false, it will leave this if the string is empty (which is bad for empty 
passwords). I created a bug report https://pear.php.net/bugs/bug.php?id=20025 
and commited a patch, can you try it with VersionControl_SVN from 
https://github.com/opi99/VersionControl_SVN

- get Repository URL from working copy
-- Will implement something like that

- add trust-server-cert param when fetching information from remote repository
-- This should go as option, will do

Greetings from Leipzig to Leipzig. :-)

Original comment by opitz.al...@googlemail.com on 30 Jul 2013 at 12:47

GoogleCodeExporter commented 8 years ago
The VersionControl_SVN changes are merged 
https://github.com/pear/VersionControl_SVN

Can you please test, if this helps you?

Original comment by opitz.al...@googlemail.com on 5 Aug 2013 at 7:34

GoogleCodeExporter commented 8 years ago
- add trust-server-cert param ...

Is implemented but needs a changed version of VersionControl_SVN from 
https://github.com/opi99/VersionControl_SVN

Original comment by opitz.al...@googlemail.com on 8 Aug 2013 at 10:59

GoogleCodeExporter commented 8 years ago
The VersionControl_SVN changes are merged 
https://github.com/pear/VersionControl_SVN

Original comment by opitz.al...@googlemail.com on 13 Aug 2013 at 8:23

GoogleCodeExporter commented 8 years ago

Original comment by opitz.al...@googlemail.com on 26 Aug 2013 at 8:53