Hello list,
Could any one suggest me a good svn GUI client for linux ? I have
already found esvn as a nice one. aptana is there but it is a java baded
IDE with svn plugin support and aptana is HUGE... Apart from these two
rapidsvn is tehre and I have also found pysvn based on python. I am
searchin
Answers below.
--
David Weintraub
da...@weintraub.name
Sent from my iPhone while riding in my Ferrari. (Jealous?)
On Mar 5, 2010, at 12:29 AM, An Me wrote:
Hi All,
These are my doubts.
(1) When we checkout the project from svn,a new hidden folder .svn
also cmes in to picture.When I opene
Hi All,
These are my doubts.
(1) When we checkout the project from svn,a new hidden folder .svn also
cmes in to picture.When I opened the folder, I saw these sub folders
prop-base, text-base,props, tmp and files namely,dir-prop-base and
entries.What is the significance of these subfolders and fi
Hi.
This is my first attempt at making a bug report to this group. Hopefully
I'll get it right.
SVN server version: 1.6.5. Build: Tigris.org, Apache 2.2 compatible,
maintained by D.J. Heap, Branko Čibej and Troy Simpson)
SVN client version: 1.6.9. Build: Collabnet, Windows version.
Client OS: W
Hello!
As an SVN server I have subversion 1.6.9 w/mod_svn 1.6.9 on a Debian box.
Authentication is HTTP Basic through HTTPS against an LDAP directory.
Sometimes when doing a commit the username field is empty in the repository
(svn ls shows a "?"). I am using two clients: TortoiseSVN (1.6.7.184
> I use tortoise SVN for subversin access:
> I think tortoise use svn export --force --depth immediate URL to list
> directory contents in their browser
> and svn checkout URL for checkouts.
> This means the browser displays directories to which content access is
> denied, and which will not be che
I use tortoise SVN for subversin access:
I think tortoise use *svn export --force --depth immediate URL* to list
directory contents in their browser
and *svn checkout URL* for checkouts.
This means the browser displays directories to which content access is
denied, and which will not be checked
On Thu, Mar 04, 2010 at 02:49:53PM -0500, Bob Archer wrote:
> http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.branchmerge.cherrypicking
Bob is an excellent example of someone less lazy than me :).
tyler
> .. Regards, Abhi
>
> On Thu, Mar 4, 2010 at 3:33 PM, Bob Archer wrote:
> >> On Thu, Mar 4, 2010 at 3:21 PM, Bob Archer wrote:
> >> >> I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot.
> I
> >> was
> >> >> wondering if anyone would be kind enough to refer me the setup
> proce
Dear Bob and Mark,
Thanks for your replies. "Oracle SQL Developer" is not a Windows Tool (Not
a Microsoft Tool like Visual Studio). Its a tool developed by Oracle Corp.
and they claim to have close integration with Subversion. Kindly have a
quick look at this link
http://www.oracle.com/technology/
On Thu, Mar 4, 2010 at 3:33 PM, Bob Archer wrote:
>> On Thu, Mar 4, 2010 at 3:21 PM, Bob Archer wrote:
>> >> I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot. I
>> was
>> >> wondering if anyone would be kind enough to refer me the setup process
>> of
>> >> integrating Subversio
> On Thu, Mar 4, 2010 at 3:21 PM, Bob Archer wrote:
> >> I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot. I
> was
> >> wondering if anyone would be kind enough to refer me the setup process
> of
> >> integrating Subversion with Oracle SQL Developer.
> >> Thank you,
> >> Abhi
>
On Thu, Mar 4, 2010 at 3:21 PM, Bob Archer wrote:
>> I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot. I was
>> wondering if anyone would be kind enough to refer me the setup process of
>> integrating Subversion with Oracle SQL Developer.
>> Thank you,
>> Abhi
>
> Is that a Wind
Figured it out; I used svn_repos_replay, which does not send deltas.
Everything works with svn_repos_replay2.
Regards,
Alexey.
On Wednesday 03 March 2010 05:34:02 pm Alexey Neyman wrote:
> Hi all,
>
> I am trying to check for some content changes in the pre-commit script,
> and for that I am try
> I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot. I was
> wondering if anyone would be kind enough to refer me the setup process of
> integrating Subversion with Oracle SQL Developer.
> Thank you,
> Abhi
Is that a Windows tool? If so, does it support the SCC providers?
If yes
Hi,
I am an Oracle Developer and I use "Oracle SQL Developer" IDE a lot. I was
wondering if anyone would be kind enough to refer me the setup process of
integrating Subversion with Oracle SQL Developer.
Thank you,
Abhi
> On Thu, Mar 04, 2010 at 02:29:33PM -0500, CoolBreeze wrote:
> > Now having all production source code witin the Trunk and development
> within
> > the Branches, if I'm working on the source of a particular sub-program
> > within the Branches as well as another developer is working a different
> >
On Thu, Mar 04, 2010 at 02:29:33PM -0500, CoolBreeze wrote:
> Now having all production source code witin the Trunk and development within
> the Branches, if I'm working on the source of a particular sub-program
> within the Branches as well as another developer is working a different
> source file
I'm getting back into using Subversion and I'm not sure how to answer a
question a co-worker asked me regarding merging. Can someone please explain
how the following is handled with the following repository structure of our
ASP.NET Intranet site?
Our repository is structured below:
IntranetSite
Bingo! That was it. Thank you Chris and David. David, I'm sorry I didn't try
executing the script as the user the hook script runs as (which is apache BTW)
as I already had a workaround. But when Chris mentioned that the /root
directory is typically setup with root access only the light fina
Craig Thayer wrote:
David,
Thank you for your reply.
Yes, I have tested the script on the Subversion server and it runs just fine.
As root, or as the user the repo is accessed as?
/root isn't usually accessible by any user *other* than root in my
experience, and most of the documentation as
Did you log in as the user that runs the Subversion server (usually
the Apache user "apache" or "wwwrun" or some other user depending upon
the installation) and try your script? That way, you can verify that
this is not a permission issue.
I also wonder if you might be causing issues with putting
Craig,
On Thu, Mar 4, 2010 at 12:20 PM, Craig Thayer wrote:
> Yes, I have tested the script on the Subversion server and it runs just fine.
> And I agree it is obvious that Perl is including the directories to my
> libraries (so the use lib statements are working as designed as you stated).
"File exists" error means that the file is re-created after you delete it
but before 'ln'. The fact that you were able to achieve re-linking by
combining two commands into one (rm ... && ln ...) suggests that there is
something invoking 'svn' periodically (cron job?).
As far as I know, Subversi
David,
Thank you for your reply.
Yes, I have tested the script on the Subversion server and it runs just fine.
And I agree it is obvious that Perl is including the directories to my
libraries (so the use lib statements are working as designed as you stated).
However, it is Perl that is compl
On 03/04/10 07:14, Jon Foster wrote:
Hi,
Stefan Sperling wrote:
On Wed, Mar 03, 2010 at 03:01:22PM -0600, Reid Priedhorsky wrote:
In particular, log messages to files not in
/cyclingproject/public should not be available.
Log message are not per file. They are per revision.
They aren't tied t
try: "rm -Rf config"
Cheers / Erik
On Thu, Mar 4, 2010 at 2:13 PM, Alan Brogan wrote:
> Hello the list,
>
> I just lost a few hours trying to do this:
>
> $ cd ~/.subversion
> $ rm -f config
> $ ln -s /path/to/another/config .
>
> The link command kept failing, because "File exists"
> WTF ?
>
On Thu, Mar 04, 2010 at 01:13:49PM +, Alan Brogan wrote:
> I just lost a few hours trying to do this:
>
> $ cd ~/.subversion
> $ rm -f config
> $ ln -s /path/to/another/config .
>
> The link command kept failing, because "File exists"
>WTF ?
>
> Turns out I cannot remove ~/.subversion/* i
Greetings, David Weintraub!
> On Tue, Mar 2, 2010 at 11:39 PM, Andrey Repin wrote:
>> Sorry, my head is a bit crippled for now, and your post contains too much
>> cross-references to be understandable in my current state.
>> Could you please put it in simple terms, how you see your potential syst
Hi Oliver,
We are looking at a trac/svn setup here, but before we commit ourselves
does anyone know of any other bug reporting tools that can integrate
with SVN? Certainly Trac can be a littletechnical in places and
something that's easier for end users to deal with would be good.
Take a
On Thu, Mar 04, 2010 at 01:14:19PM -, Jon Foster wrote:
> Hi,
>
> Stefan Sperling wrote:
> > On Wed, Mar 03, 2010 at 03:01:22PM -0600, Reid Priedhorsky wrote:
> > > In particular, log messages to files not in
> > > /cyclingproject/public should not be available.
> >
> > Log message are not per
Hello the list,
I just lost a few hours trying to do this:
$ cd ~/.subversion
$ rm -f config
$ ln -s /path/to/another/config .
The link command kept failing, because "File exists"
WTF ?
Turns out I cannot remove ~/.subversion/* in one command, as some other process
is protecting them from d
On Thu, Mar 4, 2010 at 08:13, Oliver Marshall
wrote:
> We are looking at a trac/svn setup here, but before we commit ourselves does
> anyone know of any other bug reporting tools that can integrate with SVN?
> Certainly Trac can be a littletechnical in places and something that's
> easier f
Hi,
Stefan Sperling wrote:
> On Wed, Mar 03, 2010 at 03:01:22PM -0600, Reid Priedhorsky wrote:
> > In particular, log messages to files not in
> > /cyclingproject/public should not be available.
>
> Log message are not per file. They are per revision.
> They aren't tied to any particular path.
> O
Hi,
We are looking at a trac/svn setup here, but before we commit ourselves does
anyone know of any other bug reporting tools that can integrate with SVN?
Certainly Trac can be a littletechnical in places and something that's
easier for end users to deal with would be good.
Olly
[cid:pers
On Thu, Mar 4, 2010 at 12:33 PM, Hussein Baghdadi wrote:
> Hey,
> I'm trying to create a branches directory for our project:
> svn mkdir -m "Creating branches directory"
> http://local.domain/OoProject/branches
But I got this error:
svn: Server sent unexpected return value (501 Not Implemented)
On Thu, Mar 04, 2010 at 11:51:58AM +0100, Leszek Szarlej wrote:
> Thank you for your message
>
> >Yes. Link both to the *same* APR libraries.
> Could you please specify what do you mean by "link". Is it enough to change
> symbolic links ? without recompiling from sources?
You need to recompile to
Hi,
I have a svn dump which is 3 months old and 20G in size. Now i wanted to
restore / load this dump to new created svn repository But getting this error
:-
1. <<< Started new transaction, based on original revision 24031
2. * adding path : flash/trunk/flash/modules/storyb
Hey,
I'm trying to create a branches directory for our project:
svn mkdir -m "Creating branches
directory" http://local.domain/OoProject/branches
But I got this error:
svn: Server sent unexpected return value (501 Not Implemented) in response to
OPTIONS request for 'http://local.domain/OoProj
On Thu, Mar 04, 2010 at 11:03:28AM +0100, Leszek Szarlej wrote:
> Hi
>
> I have svn in version 1.6.6 (r40053) running with Apache. I have many
> segmentation faults. The APR versions are as follows:
>
> SVN:
> libapr-1.so.0.3.8
> libaprutil-1.so.0.3.9
>
> APACHE:
> libapr-1.so.0.3.3
> libaprutil
Hi
I have svn in version 1.6.6 (r40053) running with Apache. I have many
segmentation faults. The APR versions are as follows:
SVN:
libapr-1.so.0.3.8
libaprutil-1.so.0.3.9
APACHE:
libapr-1.so.0.3.3
libaprutil-1.so.0.3.4
If in both of cases the versions are 1.3.x it still can be the reason of
se
41 matches
Mail list logo