On Thu, Apr 29, 2010 at 6:45 PM, Joël Conraud wrote:
> Like yourself, I initially though that it would be able to deal with this,
>> but it doesn't seem to (and there is probably a very good reason why it
>> can't).
>>
>
> I would be interested in knowing this "very good reason why it can't". I'
I have made a branch "BB" from branch "B". I can merge trunk to B, but
when I merge B to BB i get "svn: Target path '/branches/B' does not
exist".
This happens with 1.6 server and 1.5 client. With another 1.6 client it
works. Is this a known issue? Couldn't find it in the Release Notes or
do CHANG
On Thu, Apr 29, 2010 at 5:14 PM, David Bartmess wrote:
> Thanks, that explains what I needed to know... Relative paths using a parent
> (..) or absolute paths aren't handled. So it won't work with my system,
> since all the build files point to a parent "sandbox" directory, not the
> current direc
On 4/29/2010 2:18 PM, Blair Zajac wrote:
On 04/29/2010 01:09 PM, David Bartmess wrote:
I have two projects under a single repository, with A being dependent on
B being checked out.
To set the svn:externals propset, can I use a relative path for the
checkout directory for the depending (B) direc
Hi everyone,
I have a file, "foo", which is committed to my SVN repository. Here
is the history:
r8429 | me | 2010-04-19 15:03:34 -0700 (Mon, 19 Apr 2010) | 2 lines
Minor updates
--
David Bartmess wrote:
I have two projects under a single repository, with A being dependent
on B being checked out.
To set the svn:externals propset, can I use a relative path for the
checkout directory for the depending (B) directory?
Such as :
svn propset svn:externals "../buildsupport
h
On Thu, Apr 29, 2010 at 9:17 PM, Vadym Chepkov wrote:
>
> On Apr 29, 2010, at 3:47 AM, Daniel Becroft wrote:
>
>
>
> [b2]$ svn merge --dry-run ^/branches/b1
>> --- Merging r2 through r4 into '.':
>>C README
>> Summary of conflicts:
>> Tree conflicts: 1
>>
>
>
> After r3, you'll need to do a
On 04/29/2010 01:09 PM, David Bartmess wrote:
I have two projects under a single repository, with A being dependent on
B being checked out.
To set the svn:externals propset, can I use a relative path for the
checkout directory for the depending (B) directory?
Such as :
svn propset svn:external
I have two projects under a single repository, with A being dependent on
B being checked out.
To set the svn:externals propset, can I use a relative path for the
checkout directory for the depending (B) directory?
Such as :
svn propset svn:externals "../buildsupport
http:///buildsupport/tru
On Thu, Apr 29, 2010 at 14:35, Castoria, Lou
wrote:
> I'm wondering if there is a way to do this. I have a project with many files
> and folders. The project is maintained using subversion. I have version
> update for a .net control. During the install process the install tries to
> update the sou
On Thu, Apr 29, 2010 at 11:23 AM, Les Mikesell wrote:
> On 4/29/2010 1:06 PM, Dan Stromberg wrote:
>>
>> I'm working on some Subversion-related software for propagating trunk
>> checkins to any of dozens of target branches, based on trunk's checkin
>> comments (that is, where the checkins need to
I'm wondering if there is a way to do this. I have a project with many files
and folders. The project is maintained using subversion. I have version update
for a .net control. During the install process the install tries to update the
source files automatically with the reference to the new cont
On 4/29/2010 1:06 PM, Dan Stromberg wrote:
I'm working on some Subversion-related software for propagating trunk
checkins to any of dozens of target branches, based on trunk's checkin
comments (that is, where the checkins need to subsequently go automatically is
determined by the checkin comments
On Thu, Apr 29, 2010 at 11:10 AM, Tyler Roscoe wrote:
> On Thu, Apr 29, 2010 at 11:06:40AM -0700, Dan Stromberg wrote:
>> So to make it work well from the start, I need to test it well. To
>> test it, I really want to copy from one SVN server's trunk to another
>> SVN server's repository - flatte
On Thu, Apr 29, 2010 at 11:06:40AM -0700, Dan Stromberg wrote:
> So to make it work well from the start, I need to test it well. To
> test it, I really want to copy from one SVN server's trunk to another
> SVN server's repository - flattening a significant part of the early
> history from the sour
I'm working on some Subversion-related software for propagating trunk
checkins to any of dozens of target branches, based on trunk's checkin
comments (that is, where the checkins need to subsequently go automatically is
determined by the checkin comments in trunk, and those comments are
prepared pr
Yes that seems to be the difference.
I had one of my developers check one repository that was much smaller on the
new server and the current revision matches.
From: vishwajeet singh [mailto:dextrou...@gmail.com]
Sent: Thursday, April 29, 2010 1:13 PM
To: Seth Simmons
Cc: users@subversion.a
The second course in the series, "Introduction to Subversion for
Developers" will take place on Wednesday, May 5, 2010 at 9AM PDT.
Subversion's architecture and design principles will be covered and
attendees will be introduced to using Subversion for software
development.
http://wandisco.com/webi
> [b2]$ svn merge --dry-run ^/branches/b1
> --- Merging r2 through r4 into '.':
>C README
> Summary of conflicts:
> Tree conflicts: 1
and yet another strange thing about it.
There is no way to automatically resolve a conflict like this.
no matter what flag I use --accept mine-conflict, mine
On Thu, Apr 29, 2010 at 10:34 PM, Seth Simmons wrote:
> I have an issue with subversion dumps (RHEL 5.2; subversion 1.5.0; viewvc
> 1.0.7) when I’m trying to load onto a new server (CentOS 5.4; subversion
> 1.6.11; viewvc 1.0.11). On disk, the size of the folder for one of the
> repositories is
I have an issue with subversion dumps (RHEL 5.2; subversion 1.5.0; viewvc
1.0.7) when I'm trying to load onto a new server (CentOS 5.4; subversion
1.6.11; viewvc 1.0.11). On disk, the size of the folder for one of the
repositories is 1.3gb. When I do a dump, the file size is 1.3gb.
However, w
Dear All,
I am a complete new comer to Subversion and our project is about to take
it on.
As a version control system. I am initially inpressed by it and am now
trying
to get it to work via a browser. I want to include mod_dav_svn.so in the
httpd.conf file but mod_dav_svn.so does not exist in my
> Take a look at the website [1], there you will find the binary
> packages [2] and a link to one of the manuals [3].
>
> [1] http://subversion.apache.org
> [2] http://subversion.apache.org/packages.html
> [3] http://svnbook.red-bean.com/
>
. . . .
> >
> > I work at a company that is considering
On Thursday 29 Apr 2010, j_dorocak wrote:
> Dear SVN folks,
>
>
>
> I am trying to import the current status of my apache2 server directory
> structure into a repository.
>
> I get cut off after 2 successes:
>
> Adding /home/jdor/webapps/pinax07server/apache2/logs
>
> Adding
> /home/jdor/w
Thanks Johan/Andy on replying this thread. Somehow this feature is must for me
as we are moving on SVN from CVS. Here is what I have thought..
I will use "svn list -R" command to list all files/folders in all tags. This
output will be taken into MySQL database. The database table structure is
a
Jon Foster wrote:
Hi,
Didier Trosset wrote:
I have a subversion server running with apache. It authenticates
users using LDAP configuration and uses SVN path-based
authorizations to limit user access to certain repositories.
This works perfectly.
Now, I have a service I want to setup (rietveld
Hi,
Didier Trosset wrote:
> I have a subversion server running with apache. It authenticates
> users using LDAP configuration and uses SVN path-based
> authorizations to limit user access to certain repositories.
> This works perfectly.
>
> Now, I have a service I want to setup (rietveld, for code
On Apr 29, 2010, at 3:47 AM, Daniel Becroft wrote:
>
> [b2]$ svn merge --dry-run ^/branches/b1
> --- Merging r2 through r4 into '.':
>C README
> Summary of conflicts:
> Tree conflicts: 1
>
>
> After r3, you'll need to do a '--record-only' merge of r4 into the second
> branch:
>
> (unte
On Thu, Apr 29, 2010 at 12:08 PM, Andy Levy wrote:
> On Thu, Apr 29, 2010 at 04:38, Wadhavankar, Hemant
> wrote:
>> Hello,
>>
>> I have a query. How to find tag(s) associated with any file available in
>> trunk? For example “cvs stat” shows the list of tags associated with any
>> file. Can someth
On Thu, Apr 29, 2010 at 11:53 AM, vishwajeet singh wrote:
>
>
> On Thu, Apr 29, 2010 at 3:09 PM, Didier Trosset
> wrote:
>>
>> I have a subversion server running with apache. It authenticates users
>> using LDAP configuration and uses SVN path-based authorizations to limit
>> user access to cert
On Thu, Apr 29, 2010 at 04:38, Wadhavankar, Hemant
wrote:
> Hello,
>
> I have a query. How to find tag(s) associated with any file available in
> trunk? For example “cvs stat” shows the list of tags associated with any
> file. Can something like this be done in SVN?
It can't. In SVN, tags are not
On Thu, Apr 29, 2010 at 3:09 PM, Didier Trosset
wrote:
> I have a subversion server running with apache. It authenticates users
> using LDAP configuration and uses SVN path-based authorizations to limit
> user access to certain repositories. This works perfectly.
>
> Now, I have a service I want
I have a subversion server running with apache. It authenticates users
using LDAP configuration and uses SVN path-based authorizations to limit
user access to certain repositories. This works perfectly.
Now, I have a service I want to setup (rietveld, for code reviews) that
needs to have an a
On Thu, Apr 29, 2010 at 2:08 PM, Wadhavankar, Hemant <
hemant.wadhavan...@lsi.com> wrote:
> Hello,
>
> I have a query. How to find tag(s) associated with any file available in
> trunk? For example “cvs stat” shows the list of tags associated with any
> file. Can something like this be done in SVN
Hello,
I have a query. How to find tag(s) associated with any file available in trunk?
For example "cvs stat" shows the list of tags associated with any file. Can
something like this be done in SVN?
Best,
Hemant
Unstoppable..
>
> Like yourself, I initially though that it would be able to deal with this,
> but it doesn't seem to (and there is probably a very good reason why it
> can't).
>
I would be interested in knowing this "very good reason why it can't". I'm
not questioning its validity, I'm confident this good reas
On Thu, Apr 29, 2010 at 10:08 AM, Vadym Chepkov wrote:
> Hi,
>
> I know, this is maybe not the best practice, but, unfortunately, our
> subversion users do this all the time: they merge form one branch to another
> back and forward.
> The question is, how to properly do it without introducing co
Dear SVN folks,
I am trying to import the current status of my apache2 server directory
structure into a repository.
I get cut off after 2 successes:
Adding /home/jdor/webapps/pinax07server/apache2/logs
Adding
/home/jdor/webapps/pinax07server/apache2/logs/PrivateDoor_2009_05_06.log
Hi,
I know, this is maybe not the best practice, but, unfortunately, our
subversion users do this all the time: they merge form one branch to another
back and forward.
The question is, how to properly do it without introducing conflicts.
Here is the test case, which one would think should be handl
> > If you look at the svn_fs.h API, they are both referred to
> as revision roots. svn_fs_revision_root() and
> svn_fs_txn_root() both return a svn_fs_root_t * object.
>
> That does not sound like they're both being referred to as
> "revision roots"; that sounds like they're both being
> referred
40 matches
Mail list logo