List Info

Thread: Re: Newcomer's question for setting up access to a new repository




Re: Newcomer's question for setting up access to a new repository
country flaguser name
United States
2007-06-10 13:14:11

Marc,

I will try this out this evening (I'm on my way out right now). At
least I am not losing my mind! Thank-you for testing this and
confirming the situation. Is this a SVN problem or a SmartSVN problem
and should I report it as a bug? Or, could it be a Windows
restriction on c:/ ?

Since I have 2 repositories, would the project be setup as
svn://localhost/someFolder/RecordsRepository (and similiarly for
ProjectsRepository)?

Many thanks for your help!

--
Geoff Wass

--- In smartsvn%40yahoogroups.com">smartsvnyahoogroups.com, Marc Strapetz <marc.strapetz...>
wrote:
>
&gt; Hi Geoff,
&gt;
> > I think the problem is the c:/ to which I have svnServe pointing
OR
> > that I have to reference my repositories in subFolders (ex:
> > c:/RecordsRepository).
>
> Interestingly I also have problems with repositories directly at c:
>
> svnserve -r c:/ -d
>
> does not work for me. However when moving the repositories to
c:temp
>
> svnserve -r c:/temp -d
>
> works for me.
>
> --
> Best regards,
> Marc Strapetz
> _____________
> syntevo.com
>
>
>
> geoff.wass wrote:
&gt; > --- In smartsvn%40yahoogroups.com">smartsvnyahoogroups.com, Marc Strapetz <marc.strapetz>
> > wrote:
&gt; >> Hello Geoff,
&gt; >>
> >>&gt; svnAdmin create c:RecordsRepository
> >>&gt; svnAdmin create c:ProjectsRepository
> >> Please start
&gt; >>
> >> svnserve -r c: -d
> >>
> >> from the command line ...
> >>
> >>&gt; What should I be entering for "Server Name" and "Repository
Path&quot;
> >>&gt; when I want to add a Repository Profile if I am using the SVN
> > server
> >>&gt; (svn:// protocol)?
> >> ... and on "Location" page use "Enter SVN URL" and
> > enter "svn://localhost";.
> >> --
> >> Best regards,
> >> Marc Strapetz
> >> _____________
> >> syntevo.com
> >>
> >>
> >> geoff.wass wrote:
&gt; >>&gt; Hello everyone,
> >>&gt;
> >>&gt; I am very, very new to SmartSVN and Subversion. I am using
WinXP
> > SP2
> >>&gt; with Subversion 1.4.3 and SmartSVN 2.1.8. I have everything
> > installed
> >>&gt; on my computer (SVN, SmartSVN and the repositories) in the c:
> > drive.
> >>&gt; I am using the SVN server.
> >>&gt;
> >>&gt; I seem to have Subversion installed correctly because I was
able
> > to
> >>&gt; use svnAdmin to create the two repositories I want to start
with
> >>&gt; (and, yes, I do want them to be separate). Here is what I did
to
> > make
> >>&gt; the Subversion server:
> >>&gt;
> >>&gt; (all one line)
&gt; >>&gt; sc create svnServer binpath= "&quot;C:Program
> >>&gt; FilesSubversionbinsvnserve.exe" --service --root c: "
> >>&gt; displayname= "Subversion Repository Server&quot; depend= Tcpip
&gt; >>&gt;
> >>&gt; Note, I needed to leave a space after the c: to get it to work.
&gt; >>&gt;
> >>&gt; I used this to create the repositories and they were created as
> >>&gt; expected:
> >>&gt;
> >>&gt; svnAdmin create c:RecordsRepository
> >>&gt; svnAdmin create c:ProjectsRepository
> >>&gt;
> >>&gt; Now, I have SmartSVN installed and I want to create two
> > Repository
> >>&gt; Profiles (one for each) and this is where I am running into
> > problems.
> >>&gt; When I go into Repository Profiles and click "Add&quot;, I am having
> >>&gt; trouble filling the first tab ("location").
> >>&gt;
> >>&gt; I did this:
&gt; >>&gt;
> >>&gt; (1) Access Method: SVN
> >>&gt; (2) Server name: localhost
> >>&gt; (3) Repository Path: RecordsRepository (or
ProjectsRepository)
> >>&gt; (4) Server port: default
> >>&gt; (5) On the second tab ("Details") I chose user/password and
> > entered
> >>&gt; them
>; >>&gt;
> >>&gt; When I click "Next", the verification process comes back with
> > this
> >>&gt; message:
> >>&gt;
> >>&gt; svn: No repository found in 'svn://localhost/RecordsRepository'
>; >>&gt;
> >>&gt; I can use "svnadmin verify c:RecordsRepository&quot; to confirm the
> >>&gt; repository is there and fine.
&gt; >>&gt;
> >>&gt; ---
> >>&gt;
> >>&gt; As an aside, if I do something stupid like this (put the c:
into
> > the
> >>&gt; path):
&gt; >>&gt;
> >>&gt; (1) Access Method: SVN
> >>&gt; (2) Server name: localhost
> >>&gt; (3) Repository Path: c:RecordsRepository
> >>&gt;
> >>&gt; I get this error message:
> >>&gt;
> >>&gt; svn: Can't open file 'C:WINDOWSsystem32
> >>&gt; c:RecordsRepositoryformat': The filename, directory name, or
> >>&gt; volume label syntax is incorrect.
> >>&gt;
> >>&gt; I don't dispute the error, but find it interesting that it
> >>&gt; adds "WINDOWSsystem32" and "format" to the path name. Perhaps
> > it is
> >>&gt; a clue to my problem?
> >>&gt;
> >>&gt; ---
> >>&gt;
> >>&gt; So after all this, I can get to my question:
> >>&gt;
> >>&gt; What should I be entering for "Server Name" and "Repository
Path&quot;
> >>&gt; when I want to add a Repository Profile if I am using the SVN
> > server
> >>&gt; (svn:// protocol)?
> >>&gt;
> >>&gt; Many thanks in advance for your help.
&gt; >>&gt;
> >>&gt; --
> >>&gt; Geoff Wass
>; >>&gt; Montréal, Québec, Canada
&gt; >
> >
> > Marc,
&gt; >
> > Thank-you for the advice. However, when I tried it I got the same
> > error message. I also tried svn://localhost/RecordsRepository and
it
> > gave the same error message, too.
>; >
> > The svnServe which I posted is essentially the same as yours if I
> > understand the documentation correctly. And with the one I had I
was
> > able to create the repository via the svnAdmin, so that suggests
to
> > me that I have the snvServe setup correctly. In any case, both
appear
> > to be behaving in the same way.
>; >
> > I think the problem is the c:/ to which I have svnServe pointing
OR
> > that I have to reference my repositories in subFolders (ex:
> > c:/RecordsRepository).
> >
> > Do you have any other suggestions?
> >
> > Many thanks for your time and trouble!
> >
> > --
> > Geoff Wass
>; >
> >
> >
>;

__._,_.___
.

__,_._,___
Re: Newcomer's question for setting up access to a new repository
country flaguser name
United States
2007-06-11 12:16:39

Marc,

I moved my repositories to a subfolder of c:/ and SmartSVN is able to
create a Repository Profile for them. Thank-you very much!

As I said below, is this a SVN problem or a SmartSVN problem and
should I report it as a bug? Or, could it be a Windows restriction on
c:/ ?

Thank-you again for your help. As I find time to get into this and
experiment, I may be back again.

--
Geoff Wass

--- In smartsvn%40yahoogroups.com">smartsvnyahoogroups.com, "geoff.wass"; <geoff.wass...> wrote:
&gt;
> Marc,
&gt;
> I will try this out this evening (I'm on my way out right now). At
> least I am not losing my mind! Thank-you for testing this and
> confirming the situation. Is this a SVN problem or a SmartSVN
problem
> and should I report it as a bug? Or, could it be a Windows
> restriction on c:/ ?
>
> Since I have 2 repositories, would the project be setup as
> svn://localhost/someFolder/RecordsRepository (and similiarly for
> ProjectsRepository)?
>
> Many thanks for your help!
&gt;
> --
> Geoff Wass
>;
>
>
>
> --- In smartsvn%40yahoogroups.com">smartsvnyahoogroups.com, Marc Strapetz <marc.strapetz>
> wrote:
&gt; >
>; > Hi Geoff,
&gt; >
> > > I think the problem is the c:/ to which I have svnServe
pointing
> OR
> > > that I have to reference my repositories in subFolders (ex:
> > > c:/RecordsRepository).
> >
> > Interestingly I also have problems with repositories directly at
c:
&gt; >
> > svnserve -r c:/ -d
> >
> > does not work for me. However when moving the repositories to
> c:temp
&gt; >
> > svnserve -r c:/temp -d
> >
> > works for me.
> >
> > --
> > Best regards,
> > Marc Strapetz
> > _____________
> > syntevo.com
> >
> >
> >
> > geoff.wass wrote:
&gt; > > --- In smartsvn%40yahoogroups.com">smartsvnyahoogroups.com, Marc Strapetz <marc.strapetz>
> > > wrote:
&gt; > >> Hello Geoff,
&gt; > >>
> > >>&gt; svnAdmin create c:RecordsRepository
> > >>&gt; svnAdmin create c:ProjectsRepository
> > >> Please start
&gt; > >>
> > >> svnserve -r c: -d
> > >>
> > >> from the command line ...
> > >>
> > >>&gt; What should I be entering for "Server Name" and "Repository
> Path"
> > >>&gt; when I want to add a Repository Profile if I am using the SVN
> > > server
> > >>&gt; (svn:// protocol)?
> > >> ... and on "Location" page use "Enter SVN URL" and
> > > enter "svn://localhost";.
> > >> --
> > >> Best regards,
> > >> Marc Strapetz
> > >> _____________
> > >> syntevo.com
> > >>
> > >>
> > >> geoff.wass wrote:
&gt; > >>&gt; Hello everyone,
> > >>&gt;
> > >>&gt; I am very, very new to SmartSVN and Subversion. I am using
> WinXP
> > > SP2
> > >>&gt; with Subversion 1.4.3 and SmartSVN 2.1.8. I have everything
> > > installed
> > >>&gt; on my computer (SVN, SmartSVN and the repositories) in the
c:
> > > drive.
> > >>&gt; I am using the SVN server.
> > >>&gt;
> > >>&gt; I seem to have Subversion installed correctly because I was
> able
> > > to
> > >>&gt; use svnAdmin to create the two repositories I want to start
> with
> > >>&gt; (and, yes, I do want them to be separate). Here is what I did
> to
> > > make
> > >>&gt; the Subversion server:
> > >>&gt;
> > >>&gt; (all one line)
&gt; > >>&gt; sc create svnServer binpath= "&quot;C:Program
> > >>&gt; FilesSubversionbinsvnserve.exe" --service --root c: "
> > >>&gt; displayname= "Subversion Repository Server&quot; depend= Tcpip
&gt; > >>&gt;
> > >>&gt; Note, I needed to leave a space after the c: to get it to
work.
> > >>&gt;
> > >>&gt; I used this to create the repositories and they were created
as
> > >>&gt; expected:
> > >>&gt;
> > >>&gt; svnAdmin create c:RecordsRepository
> > >>&gt; svnAdmin create c:ProjectsRepository
> > >>&gt;
> > >>&gt; Now, I have SmartSVN installed and I want to create two
> > > Repository
> > >>&gt; Profiles (one for each) and this is where I am running into
> > > problems.
> > >>&gt; When I go into Repository Profiles and click "Add&quot;, I am
having
> > >>&gt; trouble filling the first tab ("location").
> > >>&gt;
> > >>&gt; I did this:
&gt; > >>&gt;
> > >>&gt; (1) Access Method: SVN
> > >>&gt; (2) Server name: localhost
> > >>&gt; (3) Repository Path: RecordsRepository (or
> ProjectsRepository)
> > >>&gt; (4) Server port: default
> > >>&gt; (5) On the second tab ("Details") I chose user/password and
> > > entered
> > >>&gt; them
>; > >>&gt;
> > >>&gt; When I click "Next", the verification process comes back with
> > > this
> > >>&gt; message:
> > >>&gt;
> > >>&gt; svn: No repository found
in 'svn://localhost/RecordsRepository'
>; > >>&gt;
> > >>&gt; I can use "svnadmin verify c:RecordsRepository&quot; to confirm
the
> > >>&gt; repository is there and fine.
&gt; > >>&gt;
> > >>&gt; ---
> > >>&gt;
> > >>&gt; As an aside, if I do something stupid like this (put the c:
> into
> > > the
> > >>&gt; path):
&gt; > >>&gt;
> > >>&gt; (1) Access Method: SVN
> > >>&gt; (2) Server name: localhost
> > >>&gt; (3) Repository Path: c:RecordsRepository
> > >>&gt;
> > >>&gt; I get this error message:
> > >>&gt;
> > >>&gt; svn: Can't open file 'C:WINDOWSsystem32
> > >>&gt; c:RecordsRepositoryformat': The filename, directory name,
or
> > >>&gt; volume label syntax is incorrect.
> > >>&gt;
> > >>&gt; I don't dispute the error, but find it interesting that it
> > >>&gt; adds "WINDOWSsystem32" and "format" to the path name.
Perhaps
> > > it is
> > >>&gt; a clue to my problem?
> > >>&gt;
> > >>&gt; ---
> > >>&gt;
> > >>&gt; So after all this, I can get to my question:
> > >>&gt;
> > >>&gt; What should I be entering for "Server Name" and "Repository
> Path"
> > >>&gt; when I want to add a Repository Profile if I am using the SVN
> > > server
> > >>&gt; (svn:// protocol)?
> > >>&gt;
> > >>&gt; Many thanks in advance for your help.
&gt; > >>&gt;
> > >>&gt; --
> > >>&gt; Geoff Wass
>; > >>&gt; Montréal, Québec, Canada
&gt; > >
> > >
> > > Marc,
&gt; > >
> > > Thank-you for the advice. However, when I tried it I got the
same
> > > error message. I also tried svn://localhost/RecordsRepository
and
> it
> > > gave the same error message, too.
>; > >
> > > The svnServe which I posted is essentially the same as yours if
I
> > > understand the documentation correctly. And with the one I had
I
> was
> > > able to create the repository via the svnAdmin, so that
suggests
> to
> > > me that I have the snvServe setup correctly. In any case, both
> appear
> > > to be behaving in the same way.
>; > >
> > > I think the problem is the c:/ to which I have svnServe
pointing
> OR
> > > that I have to reference my repositories in subFolders (ex:
> > > c:/RecordsRepository).
> > >
> > > Do you have any other suggestions?
> > >
> > > Many thanks for your time and trouble!
> > >
> > > --
> > > Geoff Wass
>; > >
> > >
> > >
>; >
>;

__._,_.___
.

__,_._,___
Re: Re: Newcomer's question for setting up access to a new repository
country flaguser name
Germany
2007-06-11 11:43:21

Hello Geoff,

> confirming the situation. Is this a SVN problem or a SmartSVN problem
> and should I report it as a bug? Or, could it be a Windows
> restriction on c:/ ?

Message comes from the server and is the same when using command line
client, so it's no SmartSVN problem. You may consider posting this to
users%40subversion.tigris.org">userssubversion.tigris.org.

&gt; Since I have 2 repositories, would the project be setup as
> svn://localhost/someFolder/RecordsRepository (and similiarly for
> ProjectsRepository)?

Probably you will put your repositories repos1 and repos2 to some folder
c:/svnroot and use svnserve -r c:/svnroot. Then your projects can be
accessed via svn://localhost/repos1 resp. svn://localhost/repos2.

--
Best regards,
Marc Strapetz
_____________
syntevo.com

geoff.wass wrote:
&gt; Marc,
&gt;
> I will try this out this evening (I'm on my way out right now). At
> least I am not losing my mind! Thank-you for testing this and
> confirming the situation. Is this a SVN problem or a SmartSVN problem
> and should I report it as a bug? Or, could it be a Windows
> restriction on c:/ ?
>
> Since I have 2 repositories, would the project be setup as
> svn://localhost/someFolder/RecordsRepository (and similiarly for
> ProjectsRepository)?
>
> Many thanks for your help!
&gt;
> --
> Geoff Wass
>;
>
>
>
> --- In smartsvn%40yahoogroups.com">smartsvnyahoogroups.com, Marc Strapetz <marc.strapetz...>
> wrote:
&gt;> Hi Geoff,
&gt;>
&gt;>> I think the problem is the c:/ to which I have svnServe pointing
> OR
>>;> that I have to reference my repositories in subFolders (ex:
>>;> c:/RecordsRepository).
>&gt; Interestingly I also have problems with repositories directly at c:
>&gt;
>&gt; svnserve -r c:/ -d
>&gt;
>&gt; does not work for me. However when moving the repositories to
> c:temp
&gt;> svnserve -r c:/temp -d
>&gt;
>&gt; works for me.
>>
>> --
>&gt; Best regards,
>> Marc Strapetz
>> _____________
>> syntevo.com
>>;
>>;
>>;
>>; geoff.wass wrote:
&gt;>> --- In smartsvn%40yahoogroups.com">smartsvnyahoogroups.com, Marc Strapetz <marc.strapetz>
>>;> wrote:
&gt;>>> Hello Geoff,
&gt;>>>
>>>>;> svnAdmin create c:RecordsRepository
>>&gt;>> svnAdmin create c:ProjectsRepository
>>>> Please start
&gt;>>&gt;
>&gt;>> svnserve -r c: -d
>&gt;>>
>>>> from the command line ...
>>>>;
>>;>>&gt; What should I be entering for "Server Name" and "Repository
> Path"
>>;>>&gt; when I want to add a Repository Profile if I am using the SVN
>>;> server
>>;>>&gt; (svn:// protocol)?
>>>> ... and on "Location" page use "Enter SVN URL" and
>>;> enter "svn://localhost";.
>&gt;>> --
>&gt;>> Best regards,
>>&gt;> Marc Strapetz
>>&gt;> _____________
>>>>; syntevo.com
>>;>>
>>&gt;>
&gt;>>&gt; geoff.wass wrote:
&gt;>>>> Hello everyone,
>>&gt;>>
>>>>>; I am very, very new to SmartSVN and Subversion. I am using
> WinXP
>>;> SP2
>>;>>&gt; with Subversion 1.4.3 and SmartSVN 2.1.8. I have everything
>>;> installed
>>;>>&gt; on my computer (SVN, SmartSVN and the repositories) in the c:
>>;> drive.
>>;>>&gt; I am using the SVN server.
>>>;>>
>>&gt;>> I seem to have Subversion installed correctly because I was
> able
>>;> to
>>;>>&gt; use svnAdmin to create the two repositories I want to start
> with
>>;>>&gt; (and, yes, I do want them to be separate). Here is what I did
> to
>>;> make
>>;>>&gt; the Subversion server:
>>>;>>
>>&gt;>> (all one line)
&gt;>>&gt;> sc create svnServer binpath= "&quot;C:Program
>>;>>&gt; FilesSubversionbinsvnserve.exe" --service --root c: "
>>;>>&gt; displayname= "Subversion Repository Server&quot; depend= Tcpip
&gt;>>&gt;>
&gt;>>>> Note, I needed to leave a space after the c: to get it to work.
&gt;>>&gt;>
&gt;>>>> I used this to create the repositories and they were created as
>>;>>&gt; expected:
>>&gt;>>
>>>>>; svnAdmin create c:RecordsRepository
>>&gt;>> svnAdmin create c:ProjectsRepository
>>>>>;
>>;>>&gt; Now, I have SmartSVN installed and I want to create two
>>;> Repository
>>;>>&gt; Profiles (one for each) and this is where I am running into
>>;> problems.
>>;>>&gt; When I go into Repository Profiles and click "Add&quot;, I am having
>>;>>&gt; trouble filling the first tab ("location").
>&gt;>>>
>>>>;> I did this:
&gt;>>&gt;>
&gt;>>>> (1) Access Method: SVN
>>>>;> (2) Server name: localhost
>>&gt;>> (3) Repository Path: RecordsRepository (or
> ProjectsRepository)
>>&gt;>> (4) Server port: default
>>>;>> (5) On the second tab ("Details") I chose user/password and
>>;> entered
>>;>>&gt; them
>;>>&gt;>
&gt;>>&gt;> When I click "Next", the verification process comes back with
>>;> this
>>;>>&gt; message:
>>&gt;>>
>>&gt;>> svn: No repository found in 'svn://localhost/RecordsRepository'
>;>>&gt;>
&gt;>>&gt;> I can use "svnadmin verify c:RecordsRepository&quot; to confirm the
>>;>>&gt; repository is there and fine.
&gt;>>&gt;>
&gt;>>>> ---
>>>>;>
>;>>&gt;> As an aside, if I do something stupid like this (put the c:
> into
>>;> the
>>;>>&gt; path):
&gt;>>>>
>>>;>> (1) Access Method: SVN
>>>>;> (2) Server name: localhost
>>&gt;>> (3) Repository Path: c:RecordsRepository
>>&gt;>>
>>>>>; I get this error message:
>>&gt;>>
>>&gt;>> svn: Can't open file 'C:WINDOWSsystem32
>>&gt;>> c:RecordsRepositoryformat': The filename, directory name, or
>>;>>&gt; volume label syntax is incorrect.
>>>>>;
>>;>>&gt; I don't dispute the error, but find it interesting that it
>>;>>&gt; adds "WINDOWSsystem32" and "format" to the path name. Perhaps
>>;> it is
>>;>>&gt; a clue to my problem?
>>&gt;>>
>>&gt;>> ---
>>>>;>
>;>>&gt;> So after all this, I can get to my question:
>>&gt;>>
>>>>>; What should I be entering for "Server Name" and "Repository
> Path"
>>;>>&gt; when I want to add a Repository Profile if I am using the SVN
>>;> server
>>;>>&gt; (svn:// protocol)?
>>>>>;
>>;>>&gt; Many thanks in advance for your help.
&gt;>>&gt;>
&gt;>>>> --
>&gt;>>> Geoff Wass
>;>>&gt;> Montréal, Québec, Canada
&gt;>>
>>> Marc,
&gt;>>
>>&gt; Thank-you for the advice. However, when I tried it I got the same
>>;> error message. I also tried svn://localhost/RecordsRepository and
> it
>>;> gave the same error message, too.
>;>>
>>&gt; The svnServe which I posted is essentially the same as yours if I
>>;> understand the documentation correctly. And with the one I had I
> was
>>;> able to create the repository via the svnAdmin, so that suggests
> to
>>;> me that I have the snvServe setup correctly. In any case, both
> appear
>>;> to be behaving in the same way.
>;>>
>>&gt; I think the problem is the c:/ to which I have svnServe pointing
> OR
>>;> that I have to reference my repositories in subFolders (ex:
>>;> c:/RecordsRepository).
>&gt;>
&gt;>> Do you have any other suggestions?
>&gt;>
&gt;>> Many thanks for your time and trouble!
>>&gt;
>&gt;> --
>&gt;> Geoff Wass
>;>>
>>&gt;
>&gt;>
&gt;
>
>

__._,_.___
.

__,_._,___
[1-3]

about | contact  Other archives ( Real Estate discussion Medical topics )