On Sun, Mar 11, 2012 at 9:19 PM, Les Mikesell wrote:
> On Sun, Mar 11, 2012 at 5:28 PM, Nico Kadel-Garcia
> wrote:
> >
> >> Subversion probably isn't the best VCS to use if you can't arrange
> >> reasonable connectivity to the repository to make clean checkouts
> >> feasible.
> >
> >
> > Been th
On Sun, Mar 11, 2012 at 5:28 PM, Nico Kadel-Garcia wrote:
>
>> Subversion probably isn't the best VCS to use if you can't arrange
>> reasonable connectivity to the repository to make clean checkouts
>> feasible.
>
>
> Been there, done that, got my wrist slapped for questioning the mandated
> stand
On Sun, Mar 11, 2012 at 2:41 PM, Les Mikesell wrote:
> On Sun, Mar 11, 2012 at 1:10 PM, Andreas Krey wrote:
> > ...
> >> That seems wrong or at least unnecessarily inconvenient for a CI
> >> setup.
> >
> > You're a bit hung up on the 'CI' token. That isn't the only situation
> > where a 'svn cle
Konstantin Kolinko wrote on Sun, Mar 11, 2012 at 01:56:45 +0400:
> If you use svn 1.7 (that is you have only ".svn" directory) it is easy to
> 1. just delete everything
> 2. do your "svn revert".
>
> The revert will restore missing files and folders from their pristine copies.
>
>
> It would not
Please resubmit this to dev@. See http://subversion.apache.org/patches
for how to best format submissions. Thanks!
Ryan Schmidt wrote on Sat, Mar 10, 2012 at 15:41:17 -0600:
>
> On Mar 10, 2012, at 01:31, crazia wrote:
>
> > The following patch enables 'svn command' to recognizing CJK filename
Nico Kadel-Garcia wrote on Sun, Mar 11, 2012 at 11:14:41 -0400:
> On Sun, Mar 11, 2012 at 7:10 AM, dhanushka ranasinghe <
> parakrama1...@gmail.com> wrote:
>
> > Is it possible to run svn copy between two repositorys
> >
> > Thanks
> > Dhanushka
> >
> Nope. If you want to bring along the history o
Yes to the second question, see svn_path.h and svn_dirent_uri.h
罗勇刚(Yonggang Luo) wrote on Sun, Mar 11, 2012 at 22:43:42 +0800:
> typedef struct {
> PyObject_HEAD
> svn_wc_adm_access_t *adm;
> apr_pool_t *pool;
> } AdmObject;
> AdmObject admobj;
>
> temp_pool = Pool(NULL);
> if (temp_pool == N
On Sun, Mar 11, 2012 at 1:10 PM, Andreas Krey wrote:
> ...
>> That seems wrong or at least unnecessarily inconvenient for a CI
>> setup.
>
> You're a bit hung up on the 'CI' token. That isn't the only situation
> where a 'svn cleanup' can be useful.
Subversion probably isn't the best VCS to use i
On Sun, 11 Mar 2012 11:23:34 +, Les Mikesell wrote:
...
> That seems wrong or at least unnecessarily inconvenient for a CI
> setup.
You're a bit hung up on the 'CI' token. That isn't the only situation
where a 'svn cleanup' can be useful.
> And if you are doing it by hand, why not just delete
On Sun, Mar 11, 2012 at 12:15 AM, Nico Kadel-Garcia wrote:
>>
>> > Except for the part where not everyone should be forced to reinvent
>> > the wheel of 'put the sandbox in a pristine state' as in 'cd ..;
>> > rm -r $sandboxname; svn checkout -r $rev $url $sandboxname', but more
>> > efficiently a
On Sun, Mar 11, 2012 at 7:10 AM, dhanushka ranasinghe <
parakrama1...@gmail.com> wrote:
> Is it possible to run svn copy between two repositorys
>
> Thanks
> Dhanushka
>
Nope. If you want to bring along the history of a file or directory, you
might be able to do an "svnadmin dump" on one repositor
typedef struct {
PyObject_HEAD
svn_wc_adm_access_t *adm;
apr_pool_t *pool;
} AdmObject;
AdmObject admobj;
temp_pool = Pool(NULL);
if (temp_pool == NULL)
return NULL;
RUN_SVN_WITH_POOL(temp_pool, svn_wc_entry(&entry,
svn_path_canonicalize(path, temp_pool), admobj->adm, show_hidden,
temp_pool));
Konstantin,
the log gave me some clues that helped me fix the problem. Thanks,
Cosmo
13 matches
Mail list logo